cszn / DnCNN

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP, 2017)
https://cszn.github.io/
1.47k stars 539 forks source link

About the "bnorm" layers #6

Closed wbhu closed 7 years ago

wbhu commented 7 years ago

Hi, I found that the models provided in the folder "model" don't contain "bnorm" layers, while the models that I trained using the provided training codes contain the "bnorm" layers. I want to know if I should remove the "bnorm" layers in my trained models?

cszn commented 7 years ago

You should read "Batch normalization: Accelerating deep network training by reducing internal covariate shift" first.