Class GTZANDataset
Defined in File datasets.h
Inheritance Relationships
Base Type
public mindspore::dataset::Dataset
(Class Dataset)
Class Documentation
-
class GTZANDataset : public mindspore::dataset::Dataset
A source dataset for reading and parsing GTZAN dataset.
Public Functions
Constructor of GTZANDataset.
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
usage – [in] Part of dataset of GTZAN, can be “train”, “valid”, “test”, or “all” (default = “all”).
sampler – [in] Shared pointer to a sampler object used to choose samples from the dataset.
cache – [in] Tensor cache to use.
Constructor of GTZANDataset.
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
usage – [in] Part of dataset of GTZAN, can be “train”, “valid”, “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 GTZANDataset.
- Parameters
dataset_dir – [in] Path to the root directory that contains the dataset.
usage – [in] Part of dataset of GTZAN, can be “train”, “valid”, “test”, or “all”.
sampler – [in] Sampler object used to choose samples from the dataset.
cache – [in] Tensor cache to use.
-
~GTZANDataset() override = default
Destructor of GTZANDataset.