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 29a37e23ee
LR scheduler update:
3 years ago
..
__init__.py LR scheduler update: 3 years ago
cosine_lr.py LR scheduler update: 3 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
poly_lr.py LR scheduler update: 3 years ago
scheduler.py Revamp LR noise, move logic to scheduler base. Fixup PlateauLRScheduler and add it as an option. 4 years ago
scheduler_factory.py LR scheduler update: 3 years ago
step_lr.py Fix some attributions, add copyrights to some file docstrings 4 years ago
tanh_lr.py LR scheduler update: 3 years ago