mlr3torch_callbacks function

Dictionary of Torch Callbacks

Dictionary of Torch Callbacks

A mlr3misc::Dictionary of torch callbacks. Use t_clbk() to conveniently retrieve callbacks. Can be converted to a data.table using as.data.table. data

Format

An object of class DictionaryMlr3torchCallbacks (inherits from Dictionary, R6) of length 12.

mlr3torch_callbacks

Examples

mlr3torch_callbacks$get("checkpoint") # is the same as t_clbk("checkpoint") # convert to a data.table as.data.table(mlr3torch_callbacks)

See Also

Other Callback: TorchCallback, as_torch_callback(), as_torch_callbacks(), callback_set(), mlr_callback_set, mlr_callback_set.checkpoint, mlr_callback_set.progress, mlr_callback_set.tb, mlr_callback_set.unfreeze, mlr_context_torch, t_clbk(), torch_callback()

Other Dictionary: mlr3torch_losses, mlr3torch_optimizers, t_opt()