Skip to content

Commit 25f1156

Browse files
authored
Update nn_tutorial.py (#3173)
Fixing MNIST database link
1 parent f2d5a6a commit 25f1156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nn_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# MNIST data setup
3232
# ----------------
3333
#
34-
# We will use the classic `MNIST <http://deeplearning.net/data/mnist/>`_ dataset,
34+
# We will use the classic `MNIST <https://yann.lecun.com/exdb/mnist/index.html>`_ dataset,
3535
# which consists of black-and-white images of hand-drawn digits (between 0 and 9).
3636
#
3737
# We will use `pathlib <https://docs.python.org/3/library/pathlib.html>`_

0 commit comments

Comments
 (0)