powered by
Anneals LR from initial value to `eta_min` following a cosine curve.
ggml_schedule_cosine_decay(eta_min = 0, T_max = NULL)
List with on_epoch_begin function
Minimum LR at end of schedule
Total number of epochs (defaults to nepoch from fit state)
Other callbacks: ggml_callback_early_stopping(), ggml_schedule_reduce_on_plateau(), ggml_schedule_step_decay()
ggml_callback_early_stopping()
ggml_schedule_reduce_on_plateau()
ggml_schedule_step_decay()