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

feat(optim): add support of AdEMAMix optimizer #373

Merged
merged 10 commits into from
Sep 9, 2024

fix(optim): fix AdEMAMix

1ea5548
Select commit
Loading
Failed to load commit list.
Merged

feat(optim): add support of AdEMAMix optimizer #373

fix(optim): fix AdEMAMix
1ea5548
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 9, 2024 in 0s

1 new issue (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 1
           

Complexity increasing per file
==============================
- holocron/optim/ademamix.py  6
         

Complexity decreasing per file
==============================
+ holocron/optim/lamb.py  -2
+ holocron/optim/adabelief.py  -2
+ holocron/optim/adamp.py  -4
+ tests/test_models_classification.py  -4
+ tests/test_ops.py  -2
+ holocron/optim/tadam.py  -4
+ tests/test_optim.py  -3
+ references/classification/train.py  -20
         

Clones added
============
- holocron/optim/ademamix.py  3
- holocron/optim/adabelief.py  2
- holocron/optim/adamp.py  1
- holocron/optim/tadam.py  1
         

See the complete overview on Codacy

Annotations

Check notice on line 5 in holocron/optim/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

holocron/optim/__init__.py#L5

'.ademamix.AdEMAMix' imported but unused (F401)