Skip to content

Commit

Permalink
fix broken mnist link (fixes LLNL#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvwilliams23 committed Sep 18, 2024
1 parent cae84af commit ddba10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ model:
data_reader = make_data_reader(os.path.realpath('./mnist_data/'))
This reader assumes that the files `train-images-idx3-ubyte
<http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz>`_,
<https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz>`_,
`train-labels-idx1-ubyte
<http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz>`_, and
<https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz>`_, and
:code:`data_reader.prototext` are located in the :bash:`./mnist_data`
directory. The :code:`data_read.prototext` file contains the following:

Expand Down

0 comments on commit ddba10c

Please sign in to comment.