Dictionary of torch loss descriptors. See t_loss() for conveniently retrieving a loss function. Can be converted to a data.table using as.data.table.
data
Format
An object of class DictionaryMlr3torchLosses (inherits from Dictionary, R6) of length 12.
mlr3torch_losses
Available Loss Functions
cross_entropy, l1, mse
Examples
mlr3torch_losses$get("mse")# is equivalent tot_loss("mse")# convert to a data.tableas.data.table(mlr3torch_losses)