Expand description
DataLoader - Batched Data Iteration
Provides efficient batched iteration over datasets with optional shuffling and parallel data loading.
@version 0.1.0
@author AutomataNexus Development Team
Structsยง
- Batch
- A batch of data from the
DataLoader. - Data
Loader DataLoaderfor batched iteration over datasets.- Data
Loader Iter - Iterator over batches from a
DataLoader. - Generic
Data Loader - A more flexible
DataLoaderthat works with any Dataset and Collate function. - Generic
Data Loader Iter - Iterator for
GenericDataLoader.