JiahuiYu / wdsr_ntire2018

Code of our winning entry to NTIRE super-resolution challenge, CVPR 2018
http://www.vision.ee.ethz.ch/ntire18/
598 stars 123 forks source link

Where weight normalization is used? #38

Closed jiequanz closed 5 years ago

jiequanz commented 5 years ago

Hi! I have a question about weight normalization. Did you put weight normalization to where the batch normalization is in the residual block? Thanks!

JiahuiYu commented 5 years ago

No, weight norm is put on weight of convolutions. Please checkout our code.