Function mindspore::dataset::EMnist
Defined in File datasets.h
Function Documentation
Function to create a EMnistDataset.
Note
The generated dataset has two columns [“image”, “label”].
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
name – [in] Name of splits for EMNIST, can be “byclass”, “bymerge”, “balanced”, “letters”, “digits” or “mnist”.
usage – [in] Usage of EMNIST, can be “train”, “test” or “all”.
sampler – [in] Sampler object used to choose samples from the dataset.
cache – [in] Tensor cache to use. (default=nullptr which means no cache is used).
- Returns
Shared pointer to the current EMnistDataset.