-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weight norm #91
Comments
Note that weight norm only makes sense on model parameters but not on auxiliary parameters (used for e.g. collecting running statistics or so). For that reason, the |
Closed
This was referenced Nov 11, 2022
Closed
We now have an initial implementation, see I ignore some of the raised aspects here, namely:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement weight norm.
The implementation can look very similar to PyTorch.
Probably similar would be weight dropout (#100) or other transformations or reparameterizations of weights.
The more generic issue is #59.
The text was updated successfully, but these errors were encountered: