Releases: pczarnik/mnists
Releases · pczarnik/mnists
v0.4.1
Changes
- fixed incorrect labels for EMNIST-Letters (off-by-one error)
- added missing
classes
attribute for EMNIST-ByMerge
v0.4.0
Changes
- added Kuzushiji49 dataset
- added missing class names for KMNIST and EMNIST datasets
v0.3.1
Changes
- new and improved docs
- getters e.g. train_images(), test_labels() are now explicit
- underhood refactor
v0.3.0
Changes:
- Added EMNIST dataset split into Balanced, ByClass, ByMerge, Digits, Letters subsets
- Added optional progress bars with tqdm
v0.2.1
Changes:
- Faster mirror for MNIST dataset (used by tensorflow)
v0.2.0
Breaking changes:
- For backward compatibility with old
mnist
package arrays are now accessible via getters, changed from .train_images
to .train_images()
.
Minor changes:
- Made "Dataset not found" error more verbose.