| ggml_schedule_step_decay | R Documentation |
Reduces LR by a factor every 'step_size' epochs.
ggml_schedule_step_decay(step_size = 10, gamma = 0.1)
step_size |
Reduce LR every this many epochs |
gamma |
Multiplicative factor of LR reduction |
List with on_epoch_begin function
Other callbacks:
ggml_callback_early_stopping(),
ggml_schedule_cosine_decay(),
ggml_schedule_reduce_on_plateau()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.