in ml3/learnable_losses.py [0:0]
def weight_reset(m): if isinstance(m, nn.Conv2d) or isinstance(m, nn.Linear): m.reset_parameters()