Closed githubfragments closed 7 years ago
The official caffe version's batch_norm_layer has not contain scale and shift, and need to add additional scale layer to complete batch normalization. Does this bn_layer contain scale and shift?
Yes it does.
@TimoSaemann does it mean BN layer in segNet is the same as 'batch normalization + scale layer' in official caffe version?
https://github.com/alexgkendall/caffe-segnet/issues/109
Good, thank you @TimoSaemann
The official caffe version's batch_norm_layer has not contain scale and shift, and need to add additional scale layer to complete batch normalization. Does this bn_layer contain scale and shift?