We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a67f3f commit d4986f1Copy full SHA for d4986f1
src/datasets/vision/fashion_mnist.jl
@@ -32,7 +32,7 @@ end
32
FashionMNIST([Tx, split])
33
34
FashionMNIST is a dataset of Zalando's article images consisting
35
-of a training set of 60_000 examples and a test set of 10_000
+of a training set of 60000 examples and a test set of 10000
36
examples. Each example is a 28x28 grayscale image, associated
37
with a label from 10 classes. It can serve as a drop-in
38
replacement for MNIST.
0 commit comments