Skip to content

Commit 9061128

Browse files
committed
update readme
1 parent cc2587a commit 9061128

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,25 @@ The data is in a JSON format. Each JSON file contains an array of objects,
55
where each object has two fields:
66

77
* `image`: a 784-element array of numbers [0,255], representing pixel values
8-
for each 28x28 handwritten image. 0 means background (white) and 255 means
8+
for each 28x28 handwritten image. `0` means background (white) and `255` means
99
foreground (black).
1010
* `label`: the label for this character
1111

1212
There are two JSON files; one is training data and the other is test data.
1313
These two sets were provided from the original MNIST dataset.
14+
15+
## File sizes
16+
17+
70M mnist_handwritten_test.json
18+
421M mnist_handwritten_train.json
19+
2.8M mnist_handwritten_test.json.gz
20+
17M mnist_handwritten_train.json.gz
21+
22+
**I strongly suggest you download the gzipped files, as the non-gzipped files
23+
are very large**
24+
25+
To decompress:
26+
27+
gunzip *.gz
28+
29+
If you clone you will need [git-lfs](https://git-lfs.github.com/).

0 commit comments

Comments
 (0)