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/scheduler
Ross Wightman c06c739901
Merge branch 'master' into bits_and_tpu
3 years ago
..
__init__.py Major timm.bits update. Updater and DeviceEnv now dataclasses, after_step closure used, metrics base impl w/ distributed reduce, many tweaks/fixes. 4 years ago
cosine_lr.py Merge branch 'logger' into features. Change 'logger' to '_logger'. 4 years ago
multistep_lr.py 1. Added a simple multi step LR scheduler 3 years ago
plateau_lr.py Fix some attributions, add copyrights to some file docstrings 4 years ago
scheduler.py First timm.bits commit, add initial abstractions, WIP updates to train, val... some of it working 4 years ago
scheduler_factory.py 1. Added a simple multi step LR scheduler 3 years ago
step_lr.py Fix some attributions, add copyrights to some file docstrings 4 years ago
tanh_lr.py Merge branch 'logger' into features. Change 'logger' to '_logger'. 4 years ago