View source: R/TorchCallback.R
as_torch_callbacks | R Documentation |
Converts an object to a list of TorchCallback
.
as_torch_callbacks(x, clone, ...)
x |
(any) |
clone |
( |
... |
(any) |
list()
of TorchCallback
s
Other Callback:
TorchCallback
,
as_torch_callback()
,
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
,
t_clbk()
,
torch_callback()
Other Torch Descriptor:
TorchCallback
,
TorchDescriptor
,
TorchLoss
,
TorchOptimizer
,
as_torch_loss()
,
as_torch_optimizer()
,
mlr3torch_losses
,
mlr3torch_optimizers
,
t_clbk()
,
t_loss()
,
t_opt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.