We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e81cc8 commit 1810105Copy full SHA for 1810105
1 file changed
beginner_source/nn_tutorial.py
@@ -53,7 +53,7 @@
53
54
PATH.mkdir(parents=True, exist_ok=True)
55
56
-URL = "https://github.com/pytorch/tutorials/raw/master/_static/"
+URL = "https://github.com/pytorch/tutorials/raw/main/_static/"
57
FILENAME = "mnist.pkl.gz"
58
59
if not (PATH / FILENAME).exists():
0 commit comments