View source: R/TorchCallback.R
| t_clbk | R Documentation |
Retrieves one or more TorchCallbacks from mlr3torch_callbacks.
Works like mlr3::lrn() and mlr3::lrns().
t_clbk(.key, ...)
t_clbks(.keys)
.key |
( |
... |
(any) |
.keys |
( |
TorchCallback
list() of TorchCallbacks
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()
t_clbk("progress")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.