Skip to content

Commit

Permalink
Adding (compressed) MNIST data
Browse files Browse the repository at this point in the history
  • Loading branch information
mnielsen committed Aug 17, 2013
1 parent b79c29d commit 7460477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
7 changes: 3 additions & 4 deletions code/mnist_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
and ``load_data_wrapper``. In practice, ``load_data_wrapper`` is the
function usually called by our neural network code.
Note that the code requires the file ``../data/mnist.pkl``. This is not
included in the repository. It may be downloaded from:
http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
Note that the code requires the file ``../data/mnist.pkl``. If it's
not already in that directory then you should unzip the file
``../data/mnist.pkl.gz``.
"""

#### Libraries
Expand Down
6 changes: 2 additions & 4 deletions data/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
This directory contains the file ``mnist.pkl``. This is not included
in the repository, but may be downloaded from:

http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
This directory should contain the file ``mnist.pkl``. If it's not
already in the directoy you should unzip the file ``mnist.pkl.gz``.
Binary file added data/mnist.pkl.gz
Binary file not shown.
8 changes: 3 additions & 5 deletions fig/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
Draws images based on the MNIST data.
Note that the code requires the file ``../../data/mnist.pkl``. This is not
included in the repository. It may be downloaded from:
http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
"""
Note that the code requires the file ``../data/mnist.pkl``. If it's
not already in that directory then you should unzip the file
``../data/mnist.pkl.gz``."""

#### Libraries
# Standard library
Expand Down

0 comments on commit 7460477

Please sign in to comment.