Skip to contents

Reduces the learning rate when the first validation metric stops improving for patience epochs. Wraps torch::lr_reduce_on_plateau()

Super classes

mlr3torch::CallbackSet -> mlr3torch::CallbackSetLRScheduler -> CallbackSetLRSchedulerReduceOnPlateau

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Arguments

...

(any)
The scheduler-specific initialization arguments.


Method clone()

The objects of this class are cloneable with this method.

Usage

CallbackSetLRSchedulerReduceOnPlateau$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.