WDSR-pytorch icon indicating copy to clipboard operation
WDSR-pytorch copied to clipboard

an issue with weight_norm

Open MohitLamba94 opened this issue 4 years ago • 0 comments

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

MohitLamba94 avatar Jun 05 '20 05:06 MohitLamba94