fastai / timmdocs

Documentation for Ross Wightman's timm image model library

Home Page:https://timm.fast.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shedulers

ayasyrev opened this issue · comments

At timm, commit 29a37e2 - changed arguments at CosineLRScheduler and class TanhLRScheduler (t_mul -> cycle_mul, decay_rate -> cycle_decay), added new sheduler - PolyLRScheduler.

Commit daab57a -added a simple multi step LR scheduler MultiStepLRScheduler.