kozistr / pytorch_optimizer

optimizer & lr scheduler & loss function collections in PyTorch
https://pytorch-optimizers.readthedocs.io/en/latest/
Apache License 2.0
242 stars 21 forks source link

[Feature] Implement AdamG optimizer #265

Closed kozistr closed 3 months ago

kozistr commented 3 months ago

Problem (Why?)

close #264

Solution (What/How?)

Other changes (bug fixes, small refactors)

N/A

Notes

N/A

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1054960) to head (d728f9e). Report is 138 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #265 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 91 92 +1 Lines 6945 7007 +62 ========================================= + Hits 6945 7007 +62 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.