-
Notifications
You must be signed in to change notification settings - Fork 802
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
Backend PyTorch: Add L1 regularizers #1905
Conversation
We are unifying the regularization for tensorflow and paddle, see #1894 . Do you think we can also unify pytorch regularization in a more unified code? |
Unfortunately, this can be a bit difficult in pytorch. The implementation options seem unnecessarily complicated to me. |
I didn't notice earlier that you implemented the NysNewtonCG optimizer. Should I add L1 regularization in |
Not this PR. |
Sorry, it has been a while for this PR. Could you remind me what is the purpose of this PR? |
This is a pytorch implementation of L1 regularization. |
Continuation of the PR #1884