tensor_dataset {torch} | R Documentation |
Dataset wrapping tensors.
Description
Each sample will be retrieved by indexing tensors along the first dimension.
Usage
tensor_dataset(...)
Arguments
... |
tensors that have the same size of the first dimension. |
[Package torch version 0.13.0 Index]