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
Merged

[Feature] Implement LARS optimizer #50

merged 13 commits into from
Feb 1, 2022

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Feb 1, 2022

Problem (Why?)

Implement LARS optimizer

Solution (What/How?)

  • Implement LARS optimizer

Other changes (bug fixes, small refactors)

nope

Notes

nope

@kozistr kozistr added the feature New features label Feb 1, 2022
@kozistr kozistr self-assigned this Feb 1, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #50 (9fadf57) into main (16aeb2c) will increase coverage by 0.22%.
The diff coverage is 92.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   86.93%   87.16%   +0.22%     
==========================================
  Files          25       26       +1     
  Lines        1738     1792      +54     
==========================================
+ Hits         1511     1562      +51     
- Misses        227      230       +3     
Impacted Files Coverage Δ
pytorch_optimizer/version.py 0.00% <0.00%> (ø)
pytorch_optimizer/lars.py 94.00% <94.00%> (ø)
pytorch_optimizer/__init__.py 100.00% <100.00%> (ø)
pytorch_optimizer/optimizers.py 96.07% <100.00%> (+0.24%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16aeb2c...9fadf57. Read the comment docs.

@kozistr kozistr merged commit 3cd5158 into main Feb 1, 2022
@kozistr kozistr deleted the feature/lars-optimizer branch February 1, 2022 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants