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 DAdaptLion optimizer #203

Merged
merged 27 commits into from
Sep 2, 2023
Merged

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Sep 2, 2023

Problem (Why?)

Implement DAdaptLion optimizer

Solution (What/How?)

  • Implement DAdaptLion optimizer
  • Fix default rectify value to False in AdaBelief optimizer

Other changes (bug fixes, small refactors)

  • enable fp16 test cases

Notes

Bump version into v2.11.2

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

codecov bot commented Sep 2, 2023

Codecov Report

Merging #203 (a20c12c) into main (0a23375) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main      #203    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           79        80     +1     
  Lines         5630      5732   +102     
==========================================
+ Hits          5630      5732   +102     
Files Changed Coverage Δ
pytorch_optimizer/optimizer/adabelief.py 100.00% <ø> (ø)
pytorch_optimizer/optimizer/fp16.py 100.00% <ø> (ø)
pytorch_optimizer/__init__.py 100.00% <100.00%> (ø)
pytorch_optimizer/optimizer/dadapt.py 100.00% <100.00%> (ø)

@kozistr kozistr merged commit 25618d7 into main Sep 2, 2023
3 checks passed
@kozistr kozistr deleted the feature/dadaptlion-optimizer branch September 2, 2023 05:56
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/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant