pytorch-image-models/timm/scheduler
Ross Wightman f0507f6da6 Fix k_decay default arg != 1.0 in poly scheduler 2021-11-22 09:37:36 -08:00
..
__init__.py LR scheduler update: 2021-09-01 17:33:11 -07:00
cosine_lr.py LR scheduler update: 2021-09-01 17:33:11 -07:00
multistep_lr.py 1. Added a simple multi step LR scheduler 2021-07-09 16:18:27 -04:00
plateau_lr.py Fix some attributions, add copyrights to some file docstrings 2020-07-27 13:44:56 -07:00
poly_lr.py Fix k_decay default arg != 1.0 in poly scheduler 2021-11-22 09:37:36 -08:00
scheduler.py Revamp LR noise, move logic to scheduler base. Fixup PlateauLRScheduler and add it as an option. 2020-02-22 16:23:15 -08:00
scheduler_factory.py LR scheduler update: 2021-09-01 17:33:11 -07:00
step_lr.py Fix some attributions, add copyrights to some file docstrings 2020-07-27 13:44:56 -07:00
tanh_lr.py LR scheduler update: 2021-09-01 17:33:11 -07:00