From 64100f09ed5490d49b6b4a6310666155f210fc66 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Wed, 2 Dec 2020 11:36:24 -0500 Subject: [PATCH] Adds gh link to mnist dataset Will revert when deeplearning.net comes back online. --- beginner_source/nn_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/nn_tutorial.py b/beginner_source/nn_tutorial.py index 5f915a3d3ea..1b50f46202c 100644 --- a/beginner_source/nn_tutorial.py +++ b/beginner_source/nn_tutorial.py @@ -47,7 +47,7 @@ PATH.mkdir(parents=True, exist_ok=True) -URL = "http://deeplearning.net/data/mnist/" +URL = "https://github.com/pytorch/tutorials/raw/master/_static/" FILENAME = "mnist.pkl.gz" if not (PATH / FILENAME).exists():