Skip to content

Make the size of bn scale and bias what they really are

Javier Duarte requested to merge github/fork/jmitrevs/bn_input_size into master

Created by: jmitrevs

As discussed in issue #497 (closed), the normalize scale and bias are declared too large in the case when n_filt != -1, which sometimes affects syntesizability. This PR declares them to be the needed size.

Merge request reports

Loading