Skip to content

batch normalization layer

Javier Duarte requested to merge github/fork/jngadiub/master into master

Created by: jngadiub

Start here with adding the class for computing batch normalization given some trained parameters as implemented here:

https://github.com/keras-team/keras/blob/master/keras/backend/tensorflow_backend.py#L1857

The gamma / sqrt(var + epsilon) factor is loaded directly as one value called "scale".

The hls-writer still needs to be updated to support this.

Merge request reports

Loading