You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/optim
Ross Wightman 927f031293
Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models
2 years ago
..
__init__.py Add lamb/lars to optim init imports, remove stray comment 3 years ago
adabelief.py
adafactor.py
adahessian.py
adamp.py
adamw.py
adan.py Add Adan optimizer 2 years ago
lamb.py
lars.py fix lars 3 years ago
lookahead.py
madgrad.py
nadam.py
nvnovograd.py
optim_factory.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
radam.py
rmsprop_tf.py
sgdp.py