Skip to content

[Feature] AdaGC and SimplifiedAdEMAMix optimizers #366

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

Merged
merged 11 commits into from
Mar 16, 2025
Merged

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Mar 16, 2025

Problem (Why?)

Close #364

Solution (What/How?)

  • implement AdaGC optimizer
  • implement SimplifiedAdEMAMix optimizer

Other changes (bug fixes, small refactors)

N/A

Notes

N/A

@kozistr kozistr added documentation Improvements or additions to documentation feature request Request features labels Mar 16, 2025
@kozistr kozistr self-assigned this Mar 16, 2025
Copy link

codecov bot commented Mar 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (487200d) to head (771541a).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main      #366    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          112       113     +1     
  Lines         9118      9243   +125     
==========================================
+ Hits          9118      9243   +125     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kozistr kozistr merged commit aca2ef2 into main Mar 16, 2025
4 checks passed
@kozistr kozistr deleted the feature/optimizers branch March 16, 2025 04:36
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 request Request features size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support AdaGC, Simplified-Ademamix
1 participant