Replies: 1 comment
|
Tried it on a few classification tasks. It works, but the thing that trips people up most: you have to call Performance-wise it matched well-tuned cosine decay + warmup on ResNets without any LR search, which is the whole point. Makes sense as a default for baselines and quick experiments. One caveat with the timm training script: a lot of the scheduler logic ( |
Uh oh!
There was an error while loading. Please reload this page.
Schedule Free Optimizer (SFO) has proved quite strong for different tasks (e.g. in kaggle competitions), giving strong out of the box performance and fast convergence.
Has anyone tried using SFO for image models? Especially for baselines it seems like a good way save some tuning
All reactions