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] Stable Weight Decay #102

Merged
merged 17 commits into from
Feb 4, 2023
Merged

[Feature] Stable Weight Decay #102

merged 17 commits into from
Feb 4, 2023

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Feb 4, 2023

Problem (Why?)

a new feature!

Solution (What/How?)

  • implement AdamS optimizer. (Adam w/ stable weight decay)
  • Adai w/ stable weight decay

Other changes (bug fixes, small refactors)

nope

Notes

nope

@kozistr kozistr added the feature New features label Feb 4, 2023
@kozistr kozistr self-assigned this Feb 4, 2023
@codecov
Copy link

codecov bot commented Feb 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.70%. Comparing base (75a023a) to head (115906a).
Report is 1704 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   99.69%   99.70%           
=======================================
  Files          38       39    +1     
  Lines        2940     3034   +94     
=======================================
+ Hits         2931     3025   +94     
  Misses          9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kozistr kozistr merged commit de06f63 into main Feb 4, 2023
@kozistr kozistr deleted the feature/stable-weight-decay branch February 4, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant