Learn Before
Concept

Piecewise Constant Learning Rate Schedule

A piecewise constant learning rate schedule, often referred to as a multi-factor scheduler, maintains a steady learning rate for predefined intervals of training and abruptly drops the rate at specific milestones. Mathematically, given a set of milestone times ss (such as s={5,10,20}s = \{5, 10, 20\}), the learning rate is updated according to the rule ηt+1ηtα\eta_{t+1} \leftarrow \eta_t \cdot \alpha whenever the current step tst \in s, where α\alpha is the designated decay factor.

0

1

Updated 2026-05-24

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L