Make the size of bn scale and bias what they really are
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.