This repository serves as quick example on how to apply reparametrization to a Neural Network, allowing the partial or even complete absortion of Batch Normalization layers by previous Dense / Convolutional layers. This technique can be applied at inference/classification step to speed up computations. It has no efect on the training phase, as it still requires standard training to be carried out.
-
Notifications
You must be signed in to change notification settings - Fork 0
ibarrond/reparametrization-BN
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Reparametrization of Fully Connected and Convolutional layers to completely absorb subsequent Batch Normalization layers. Example using Tensorflow.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published