Skip to content

Commit 261cbf7

Browse files
authored
add prototype datasets for MNIST and variants (#4512)
* add prototype datasets for MNIST and variants * fix mypy * fix EMNIST labels * fix code format * avoid encoding + decoding in every step * discard data at the binary level instead of after decoding * cleanup * fix mypy
1 parent 9337873 commit 261cbf7

File tree

3 files changed

+449
-1
lines changed

3 files changed

+449
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .caltech import Caltech101, Caltech256
22
from .celeba import CelebA
33
from .cifar import Cifar10, Cifar100
4+
from .mnist import MNIST, FashionMNIST, KMNIST, EMNIST, QMNIST
45
from .sbd import SBD
56
from .voc import VOC

0 commit comments

Comments
 (0)