Skip to content

Commit 0118975

Browse files
prabhat00155facebook-github-bot
authored andcommitted
[fbsync] add prototype datasets for MNIST and variants (#4512)
Summary: * 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 Reviewed By: NicolasHug Differential Revision: D31505561 fbshipit-source-id: 7ac988ec660c9761edf51280640f318076e0ba75
1 parent 3375a24 commit 0118975

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)