Skip to content
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

[Feature] Implement LARS optimizer #50

Merged
merged 13 commits into from
Feb 1, 2022
Prev Previous commit
Next Next commit
update: lars
  • Loading branch information
kozistr committed Feb 1, 2022
commit 14a188ef59493369e8c3a5ae6066333a7f9ad6a2
1 change: 1 addition & 0 deletions tests/test_load_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'diffrgrad',
'lamb',
'ralamb',
'lars',
]

INVALID_OPTIMIZER_NAMES: List[str] = [
Expand Down