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
…
..
__init__.py
import lion in __init__.py
2023-07-27 09:26:57 +08:00
adabelief.py
…
adafactor.py
…
adahessian.py
Add Adafactor and Adahessian optimizers, cleanup optimizer arg passing, add gradient clipping support.
2020-10-09 17:24:43 -07:00
adamp.py
More optimizer cleanup. Change all to no longer use .data. Improve (b)float16 use with adabelief. Add XLA compatible Lars.
2021-08-18 17:21:56 -07:00
adamw.py
More optimizer cleanup. Change all to no longer use .data. Improve (b)float16 use with adabelief. Add XLA compatible Lars.
2021-08-18 17:21:56 -07:00
adan.py
…
lamb.py
MOAR optimizer changes. Woo!
2021-08-18 22:20:35 -07:00
lars.py
fix lars
2022-01-19 17:49:43 +08:00
lion.py
Add multi-tensor (foreach) version of Lion in style of upcoming PyTorch 2.0 optimizers
2023-02-16 15:48:00 -08:00
lookahead.py
…
madgrad.py
MOAR optimizer changes. Woo!
2021-08-18 22:20:35 -07:00
nadam.py
…
nadamw.py
Missed extra nadam algo step for capturable path
2023-06-13 20:51:31 -07:00
nvnovograd.py
More optimizer cleanup. Change all to no longer use .data. Improve (b)float16 use with adabelief. Add XLA compatible Lars.
2021-08-18 17:21:56 -07:00
optim_factory.py
…
radam.py
…
rmsprop_tf.py
More optimizer cleanup. Change all to no longer use .data. Improve (b)float16 use with adabelief. Add XLA compatible Lars.
2021-08-18 17:21:56 -07:00
sgdp.py
More optimizer cleanup. Change all to no longer use .data. Improve (b)float16 use with adabelief. Add XLA compatible Lars.
2021-08-18 17:21:56 -07:00
sgdw.py
…