Open MohitLamba94 opened 4 years ago
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?
torch.nn.utils.weight_norm
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?