You're reading the documentation of the 0.3. For the latest released version, please have a look at 0.4.
merlin.datasets.mnist_digits module
- merlin.datasets.mnist_digits.get_data_train_original()
Load the original MNIST training split.
- Returns:
Training images, labels, and dataset metadata.
- Return type:
- merlin.datasets.mnist_digits.get_data_test_original()
Load the original MNIST test split.
- Returns:
Test images, labels, and dataset metadata.
- Return type:
- merlin.datasets.mnist_digits.get_data_train_percevalquest()
Load the Perceval Quest MNIST training split.
- Returns:
Training images, labels, and dataset metadata.
- Return type:
- merlin.datasets.mnist_digits.get_data_test_percevalquest()
Load the Perceval Quest MNIST validation split.
- Returns:
Validation images, labels, and dataset metadata.
- Return type: