View source: R/TorchOptimizer.R
t_opt | R Documentation |
Retrieves one or more TorchOptimizer
s from mlr3torch_optimizers
.
Works like mlr3::lrn()
and mlr3::lrns()
.
t_opt(.key, ...)
t_opts(.keys, ...)
.key |
( |
... |
(any) |
.keys |
( |
A TorchOptimizer
Other Torch Descriptor:
TorchCallback
,
TorchDescriptor
,
TorchLoss
,
TorchOptimizer
,
as_torch_callbacks()
,
as_torch_loss()
,
as_torch_optimizer()
,
mlr3torch_losses
,
mlr3torch_optimizers
,
t_clbk()
,
t_loss()
Other Dictionary:
mlr3torch_callbacks
,
mlr3torch_losses
,
mlr3torch_optimizers
t_opt("adam", lr = 0.1)
# get the dictionary
t_opt()
t_opts(c("adam", "sgd"))
# get the dictionary
t_opts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.