What is SGDR (warm restarts) and when does it help?
mediumAnswer
- Cosine annealing with periodic restarts back to : each 'cycle' cools LR to then jumps back up.
- Enables ensembling by saving one model per cycle (Snapshot Ensembles).
- Helps escape sharp minima and revisits the loss surface.
- Widely used in vision competitions and image-classification recipes; less common in transformers where a single cosine schedule dominates.
Check yourself — multiple choice
- SGDR removes cosine annealing
- Cosine decay with periodic restarts back to — enables snapshot ensembling
- SGDR is a data-augmentation method
- Only for RNNs
SGDR: cosine decay + restarts → snapshot ensembles + better exploration.
#schedules#learning-rate
Practise Deep Learning
214 interview questions in this topic.