Class FashionMnistDataset
Defined in File datasets.h
Inheritance Relationships
Base Type
public mindspore::dataset::Dataset
(Class Dataset)
Class Documentation
-
class FashionMnistDataset : public mindspore::dataset::Dataset
A source dataset that reads and parses FASHION-MNIST dataset.
Public Functions
Constructor of FashionMnistDataset.
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
usage – [in] Usage of FASHION-MNIST, can be “train”, “test” or “all”.
sampler – [in] Shared pointer to a sampler object used to choose samples from the dataset. If sampler is not given, a
RandomSampler
will be used to randomly iterate the entire dataset.cache – [in] Tensor cache to use.
Constructor of FashionMnistDataset.
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
usage – [in] Usage of FASHION-MNIST, can be “train”, “test” or “all”.
sampler – [in] Raw pointer to a sampler object used to choose samples from the dataset.
cache – [in] Tensor cache to use.
Constructor of FashionMnistDataset.
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
usage – [in] Usage of FASHION-MNIST, can be “train”, “test” or “all”.
sampler – [in] Sampler object used to choose samples from the dataset.
cache – [in] Tensor cache to use.
-
~FashionMnistDataset() override = default
Destructor of FashionMnistDataset.