-
Notifications
You must be signed in to change notification settings - Fork 300
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
Lamb optimizer warning in pytorch 1.6 #143
Comments
Hi. @Laksh1997 I would like to know if the LAMB optimizer works properly with Pytorch 1.6. Many thanks for your help in advance !!! |
Just executed test suite with pytorch 1.6, had to fix lookahead optimizer but all other tests are green. |
As for warning it is easy to fix and should not have any influence over results. Gonna fix it soon also happy to merge PRs with fixes. |
@jettify Hi~ |
Fixed in #163 going to do PyPI release relatively soon. |
New release on PyPI https://pypi.org/project/torch-optimizer/0.0.1a15/ |
Hi I'm getting this deprecated warning in pytorch 1.6 for Lamb:
The text was updated successfully, but these errors were encountered: