| ggml_schedule_cosine_decay | R Documentation |
Anneals LR from initial value to 'eta_min' following a cosine curve.
ggml_schedule_cosine_decay(eta_min = 0, T_max = NULL)
eta_min |
Minimum LR at end of schedule |
T_max |
Total number of epochs (defaults to nepoch from fit state) |
List with on_epoch_begin function
Other callbacks:
ggml_callback_early_stopping(),
ggml_schedule_reduce_on_plateau(),
ggml_schedule_step_decay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.