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

Weight normalization during inference. #47

Closed MohitLamba94 closed 4 years ago

MohitLamba94 commented 4 years ago

Hello,

torch.nn.utils.weight_norm does the crucial weight re-parametrization during training, but does weight normalization(re-parametrization) also happen during testing? If yes should not they be removed before proceeding for testing? Or is it alright that weight normalization happen during testing also?

Thankyou

JiahuiYu commented 4 years ago

is it alright that weight normalization happen during testing also?

Yes.