View source: R/custom_modules.R
train_loader | R Documentation |
Data loader. Combines a dataset and a sampler, and provides an iterable over
train_loader()
the given dataset. The :class:'~torch.utils.data.DataLoader' supports both map-style and iterable-style datasets with single- or multi-process loading, customizing loading order and optional automatic batching (collation) and memory pinning.
loader
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.