train_loader: Train_loader

View source: R/custom_modules.R

train_loaderR Documentation

Train_loader

Description

Data loader. Combines a dataset and a sampler, and provides an iterable over

Usage

train_loader()

Details

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.

Value

loader


fastai documentation built on June 22, 2024, 11:15 a.m.