Skip to content

Commit 46d7a8a

Browse files
authored
Merge pull request #255 from rossbar/swap-mnist-data-server
MNT: Point mnist data download to ossci server.
2 parents c8cb6e0 + 180dca7 commit 46d7a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial-deep-learning-on-mnist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import os
9999
data_dir = "../_data"
100100
os.makedirs(data_dir, exist_ok=True)
101101
102-
base_url = "https://github.com/rossbar/numpy-tutorial-data-mirror/blob/main/"
102+
base_url = "https://ossci-datasets.s3.amazonaws.com/mnist/"
103103
104104
for fname in data_sources.values():
105105
fpath = os.path.join(data_dir, fname)

0 commit comments

Comments
 (0)