Skip to content

Reparametrization of Fully Connected and Convolutional layers to completely absorb subsequent Batch Normalization layers. Example using Tensorflow.

Notifications You must be signed in to change notification settings

ibarrond/reparametrization-BN

Repository files navigation

Reparametrization of FullyConnected/Convolutional Layers to absorb Batch Normalization

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.

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

No packages published