Skip to content

Commit 35ad42e

Browse files
authored
Merge branch 'master' into benchmark
2 parents 9fb6fc5 + 1fa08cb commit 35ad42e

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
@@ -47,7 +47,7 @@
4747

4848
PATH.mkdir(parents=True, exist_ok=True)
4949

50-
URL = "http://deeplearning.net/data/mnist/"
50+
URL = "https://github.com/pytorch/tutorials/raw/master/_static/"
5151
FILENAME = "mnist.pkl.gz"
5252

5353
if not (PATH / FILENAME).exists():

0 commit comments

Comments
 (0)