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
Ross Wightman
cd3dc4979f
Fix adabelief imports, remove prints, preserve memory format is the default arg for zeros_like
2021-04-12 08:25:31 -07:00
..
__init__.py
adabelief
2021-04-04 23:48:15 -04:00
adabelief.py
Fix adabelief imports, remove prints, preserve memory format is the default arg for zeros_like
2021-04-12 08:25:31 -07:00
adafactor.py
Add Adafactor and Adahessian optimizers, cleanup optimizer arg passing, add gradient clipping support.
2020-10-09 17:24:43 -07:00
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
…
adamw.py
…
lookahead.py
Fix some attributions, add copyrights to some file docstrings
2020-07-27 13:44:56 -07:00
nadam.py
…
novograd.py
…
nvnovograd.py
…
optim_factory.py
Fix adabelief imports, remove prints, preserve memory format is the default arg for zeros_like
2021-04-12 08:25:31 -07:00
radam.py
…
rmsprop_tf.py
Fix some attributions, add copyrights to some file docstrings
2020-07-27 13:44:56 -07:00
sgdp.py
…