We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8cb6e0 + 180dca7 commit 46d7a8aCopy full SHA for 46d7a8a
content/tutorial-deep-learning-on-mnist.md
@@ -99,7 +99,7 @@ import os
99
data_dir = "../_data"
100
os.makedirs(data_dir, exist_ok=True)
101
102
-base_url = "https://github.com/rossbar/numpy-tutorial-data-mirror/blob/main/"
+base_url = "https://ossci-datasets.s3.amazonaws.com/mnist/"
103
104
for fname in data_sources.values():
105
fpath = os.path.join(data_dir, fname)
0 commit comments