File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,25 @@ The data is in a JSON format. Each JSON file contains an array of objects,
55where 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
1212There are two JSON files; one is training data and the other is test data.
1313These 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/ ) .
You can’t perform that action at this time.
0 commit comments