Skip to content

Commit d4986f1

Browse files
fix docstring fashion_mnist.jl
1 parent 6a67f3f commit d4986f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/vision/fashion_mnist.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232
FashionMNIST([Tx, split])
3333
3434
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
35+
of a training set of 60000 examples and a test set of 10000
3636
examples. Each example is a 28x28 grayscale image, associated
3737
with a label from 10 classes. It can serve as a drop-in
3838
replacement for MNIST.

0 commit comments

Comments
 (0)