I know it have to normalize the weight but why do we need this line: x = F.normalize(x, p=2, dim=1) why normalize feature?
I know it have to normalize the weight
but why do we need this line:
x = F.normalize(x, p=2, dim=1)
why normalize feature?