I tested it and the normalization will not working: ``` for W in self.fc.parameters(): W = F.normalize(W, p=2, dim=1) ```