Retrieves one or more TorchCallbacks from mlr3torch_callbacks.
Works like mlr3::lrn() and mlr3::lrns().
Arguments
- .key
(
character(1))
The key of the torch callback.- ...
(any)
See description ofdictionary_sugar_get().- .keys
(
character())
The keys of the callbacks.
See also
Other Callback:
TorchCallback,
as_torch_callback(),
as_torch_callbacks(),
callback_set(),
mlr3torch_callbacks,
mlr_callback_set,
mlr_callback_set.checkpoint,
mlr_callback_set.progress,
mlr_callback_set.tb,
mlr_callback_set.unfreeze,
mlr_context_torch,
torch_callback()
Other Torch Descriptor:
TorchCallback,
TorchDescriptor,
TorchLoss,
TorchOptimizer,
as_torch_callbacks(),
as_torch_loss(),
as_torch_optimizer(),
mlr3torch_losses,
mlr3torch_optimizers,
t_loss(),
t_opt()