You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why design a separate linear layer for the output of the coordinate mean, and what is the difference between it and the ordinary fully connected layer?
Why is this happening?
x_norm = torch.norm(x, dim=1, keepdim=True)
y = y / x_norm