This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
Watch
1
Star
0
Fork
0
You've already forked pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
synced
2025-06-03 15:01:08 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pytorch-image-models
/
timm
/
optim
History
Josua Rieder
8d81fdf3d9
Fix typos
2025-01-19 13:39:40 -08:00
..
__init__.py
Add guard around 'somewhat' newer torch RAdam / NAdam imports
2024-11-26 15:10:15 -08:00
_optim_factory.py
Add caution to Adan. Add decouple decay option to LAMB.
2024-12-05 13:50:30 -08:00
_param_groups.py
…
_types.py
…
adabelief.py
…
adafactor_bv.py
Cautious optimizer impl plus some typing cleanup.
2024-11-28 15:11:58 -08:00
adafactor.py
…
adahessian.py
…
adamp.py
…
adamw.py
…
adan.py
Add caution to Adan. Add decouple decay option to LAMB.
2024-12-05 13:50:30 -08:00
adopt.py
…
lamb.py
…
laprop.py
Make LaProp weight decay match typical PyTorch 'decoupled' behaviour where it's scaled by LR
2024-11-29 16:44:43 -08:00
lars.py
…
lion.py
To be technically correct, need to check the in-place _ ver of op
2024-11-28 15:11:58 -08:00
lookahead.py
…
madgrad.py
…
mars.py
…
nadam.py
…
nadamw.py
To be technically correct, need to check the in-place _ ver of op
2024-11-28 15:11:58 -08:00
nvnovograd.py
…
optim_factory.py
…
radam.py
…
rmsprop_tf.py
…
sgdp.py
…
sgdw.py
Cautious optimizer impl plus some typing cleanup.
2024-11-28 15:11:58 -08:00