remove_weight_norm_and_equal_lr

class torchelie.nn.utils.remove_weight_norm_and_equal_lr(module: torch.nn.modules.module.Module, name: str = 'weight')

Remove a weight_norm_and_equal_lr hook previously applied on getattr(module, name).