File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 7
7
and ``load_data_wrapper``. In practice, ``load_data_wrapper`` is the
8
8
function usually called by our neural network code.
9
9
10
- Note that the code requires the file ``../data/mnist.pkl``. This is not
11
- included in the repository. It may be downloaded from:
12
-
13
- http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
10
+ Note that the code requires the file ``../data/mnist.pkl``. If it's
11
+ not already in that directory then you should unzip the file
12
+ ``../data/mnist.pkl.gz``.
14
13
"""
15
14
16
15
#### Libraries
Original file line number Diff line number Diff line change 1
- This directory contains the file ``mnist.pkl``. This is not included
2
- in the repository, but may be downloaded from:
3
-
4
- http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
1
+ This directory should contain the file ``mnist.pkl``. If it's not
2
+ already in the directoy you should unzip the file ``mnist.pkl.gz``.
Original file line number Diff line number Diff line change 4
4
5
5
Draws images based on the MNIST data.
6
6
7
- Note that the code requires the file ``../../data/mnist.pkl``. This is not
8
- included in the repository. It may be downloaded from:
9
-
10
- http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
11
- """
7
+ Note that the code requires the file ``../data/mnist.pkl``. If it's
8
+ not already in that directory then you should unzip the file
9
+ ``../data/mnist.pkl.gz``."""
12
10
13
11
#### Libraries
14
12
# Standard library
You can’t perform that action at this time.
0 commit comments