lr_cosine_annealing | R Documentation |
Set the learning rate of each parameter group using a cosine annealing schedule
lr_cosine_annealing(
optimizer,
T_max,
eta_min = 0,
last_epoch = -1,
verbose = FALSE
)
optimizer |
(Optimizer): Wrapped optimizer. |
T_max |
Maximum number of iterations |
eta_min |
Minimum learning rate. Default: 0. |
last_epoch |
The index of the last epoch |
verbose |
(bool): If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.