From ddba10ced2809904ef7321785f3b8f10e3676b73 Mon Sep 17 00:00:00 2001 From: jvwilliams23 Date: Wed, 18 Sep 2024 14:33:00 +0100 Subject: [PATCH] fix broken mnist link (fixes #2466) --- docs/quick_start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick_start.rst b/docs/quick_start.rst index 66998bc100e..96fc2037734 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -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 -`_, +`_, `train-labels-idx1-ubyte -`_, and +`_, and :code:`data_reader.prototext` are located in the :bash:`./mnist_data` directory. The :code:`data_read.prototext` file contains the following: