Skip to content

Commit 5d7e194

Browse files
author
Guanheng Zhang
committed
Merge remote-tracking branch 'upstream/master' into translation_tutorial
2 parents 44ed7e0 + 8777ee2 commit 5d7e194

File tree

5 files changed

+902
-2
lines changed

5 files changed

+902
-2
lines changed

_static/mnist.pkl.gz

15.4 MB
Binary file not shown.

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)