Closed brendanhasz closed 3 years ago
Add batch_norm kwarg to DenseNetwork (a bool).
batch_norm
Also additional kwarg, batch_norm_loc either after (adds batch norm after the activation function, the default) or before (adds batch norm before the activation func, as originally suggested).
batch_norm_loc
after
before
Add
batch_norm
kwarg to DenseNetwork (a bool).Also additional kwarg,
batch_norm_loc
eitherafter
(adds batch norm after the activation function, the default) orbefore
(adds batch norm before the activation func, as originally suggested).