mlr_callback_set.lr_scheduler_reduce_on_plateau | R Documentation |
Reduces the learning rate when the first validation metric stops improving for patience
epochs.
Wraps torch::lr_reduce_on_plateau()
mlr3torch::CallbackSet
-> mlr3torch::CallbackSetLRScheduler
-> CallbackSetLRSchedulerReduceOnPlateau
new()
Creates a new instance of this R6 class.
CallbackSetLRSchedulerReduceOnPlateau$new(...)
...
(any)
The scheduler-specific initialization arguments.
clone()
The objects of this class are cloneable with this method.
CallbackSetLRSchedulerReduceOnPlateau$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.