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
han a16171335b
fix: change milestones to decay-milestones
2 years ago
..
__init__.py
cosine_lr.py
multistep_lr.py
plateau_lr.py Remove redundant noise attr from Plateau scheduler (use parent) 3 years ago
poly_lr.py Fix k_decay default arg != 1.0 in poly scheduler 3 years ago
scheduler.py Merge remote-tracking branch 'origin/master' into norm_norm_norm 3 years ago
scheduler_factory.py fix: change milestones to decay-milestones 2 years ago
step_lr.py
tanh_lr.py