mlr_pipeops_preproc_torch.trafo_reshape {mlr3torch} | R Documentation |
PipeOpPreprocTorchTrafoReshape
Description
Reshapes the tensor according to the parameter shape
, by calling torch_reshape()
.
This preprocessing function is applied batch-wise.
Format
R6Class
inheriting from PipeOpTaskPreprocTorch
.
Parameters
-
shape
::integer()
The desired output shape. The first dimension is the batch dimension and should usually be-1
.
[Package mlr3torch version 0.1.0 Index]