Below is a list of the predefined callbacks that are available in
mlr3torch.
| Key | Label | Packages |
|---|---|---|
| checkpoint | Checkpoint | torch |
| history | History | torch |
| lr_cosine_annealing | Cosine Annealing LR Scheduler | torch |
| lr_lambda | Multiplication by Function LR Scheduler | torch |
| lr_multiplicative | Multiplication by Factor LR Scheduler | torch |
| lr_one_cycle | 1cycle LR Scheduler | torch |
| lr_reduce_on_plateau | Reduce on Plateau LR Scheduler | torch |
| lr_step | Step Decay LR Scheduler | torch |
| progress | Progress | progress, torch |
| tb | TensorBoard | tfevents, torch |
| unfreeze | Unfreeze | torch |