mindspore.dataset.dataloader
This module provides iterators for loading datasets. It supports loading both Map Style and Iterable Style datasets, and offers multi-process concurrent loading.
Data Loader
Data loader provides an iterator over the given dataset. |
Datasets
Base class for implementing all datasets. |
|
Base class for implementing iterable datasets. |
|
Dataset that defined by a collection of |
Samplers
Base Class of the Sampler |
|
Samples the dataset elements sequentially. |
|
Samples the dataset elements randomly. |
|
Sampler that yields a mini-batch of indices each time. |
|
A sampler that partitioning datasets for distributed training. |
Collate Functions
Default function for concatenating a batch of data along the first dimension when batching is enabled in |
|
Default function for converting each NumPy array element into a |
|
Collate the input batch of data by the appropriate function for each element type selected from the type to collate function mapping defined in collate_fn_map. |
Utilities
Get the information about the current |