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 NovoGrad optimizer #109

Merged
merged 8 commits into from
Feb 13, 2023
Merged

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Feb 13, 2023

Problem (Why?)

Implement NovoGrad optimizer

Solution (What/How?)

  • implement NovoGrad optimizer

Other changes (bug fixes, small refactors)

nope

Notes

nope

@kozistr kozistr added documentation Improvements or additions to documentation feature New features labels Feb 13, 2023
@kozistr kozistr self-assigned this Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #109 (0bfbbcc) into main (82c10c3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   99.72%   99.73%           
=======================================
  Files          41       42    +1     
  Lines        3330     3406   +76     
=======================================
+ Hits         3321     3397   +76     
  Misses          9        9           
Impacted Files Coverage Δ
pytorch_optimizer/__init__.py 100.00% <100.00%> (ø)
pytorch_optimizer/optimizer/novograd.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kozistr kozistr merged commit 7bce7c2 into main Feb 13, 2023
@kozistr kozistr deleted the feature/novograd-optimizer branch February 13, 2023 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New features size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant