View source: R/TorchOptimizer.R
| as_torch_optimizer | R Documentation |
Converts an object to a TorchOptimizer.
as_torch_optimizer(x, clone = FALSE, ...)
x |
(any) |
clone |
( |
... |
(any) |
TorchOptimizer
Other Torch Descriptor:
TorchCallback,
TorchDescriptor,
TorchLoss,
TorchOptimizer,
as_torch_callbacks(),
as_torch_loss(),
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.