Reduce On Plateau Learning Rate Scheduler
Source:R/CallbackSetLRScheduler.R
mlr_callback_set.lr_scheduler_reduce_on_plateau.RdReduces the learning rate when the first validation metric stops improving for patience epochs.
Wraps torch::lr_reduce_on_plateau()
Resuming
As for CallbackSetLRScheduler. For this schedule the restored state includes the best score
seen so far and how long it has been stagnating, so patience keeps counting across runs instead
of starting over.
Super classes
CallbackSet -> CallbackSetLRScheduler -> CallbackSetLRSchedulerReduceOnPlateau