* add polynomial decay 'poly' * cleanup cycle specific args for cosine, poly, and tanh sched, t_mul -> cycle_mul, decay -> cycle_decay, default cycle_limit to 1 in each opt * add k-decay for cosine and poly sched as per https://arxiv.org/abs/2004.05909 * change default tanh ub/lb to push inflection to later epochs |
||
---|---|---|
.. | ||
__init__.py | ||
cosine_lr.py | ||
multistep_lr.py | ||
plateau_lr.py | ||
poly_lr.py | ||
scheduler.py | ||
scheduler_factory.py | ||
step_lr.py | ||
tanh_lr.py |