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 f225ae8e59
Update README with model results and attribution. Make scheduler factory bit more robust to arg differences, add noise to plateau lr and fix min/max.
4 years ago
..
__init__.py Big re-org, working towards making pip/module as 'timm' 5 years ago
cosine_lr.py Revamp LR noise, move logic to scheduler base. Fixup PlateauLRScheduler and add it as an option. 4 years ago
plateau_lr.py Update README with model results and attribution. Make scheduler factory bit more robust to arg differences, add noise to plateau lr and fix min/max. 4 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 Update README with model results and attribution. Make scheduler factory bit more robust to arg differences, add noise to plateau lr and fix min/max. 4 years ago
step_lr.py Revamp LR noise, move logic to scheduler base. Fixup PlateauLRScheduler and add it as an option. 4 years ago
tanh_lr.py Revamp LR noise, move logic to scheduler base. Fixup PlateauLRScheduler and add it as an option. 4 years ago