colorization icon indicating copy to clipboard operation
colorization copied to clipboard

the implementation of batch normalization in your model

Open azshue opened this issue 5 years ago • 0 comments

Hi,

I have a little question about the BatchNorm layer in the model.

In ./colorization/models/colorization_train_val_v2.prototxt, I noticed that you are using BatchNorm layers without Scale layers following behind, so does this mean that you are not using the original definition of BatchNorm that has additional scaling factors and biases?

If my understanding is correct, have you tried BN layers with scaling factors and biases? I am wondering to what degree will this difference affects the training results.

azshue avatar Mar 25 '19 06:03 azshue