Skip to content

Commit aa24fe7

Browse files
committed
amend
1 parent fed1fb7 commit aa24fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tools/download_mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
for resource in RESOURCES:
7979
path = os.path.join(options.destination, resource)
8080
# url = 'http://yann.lecun.com/exdb/mnist/{}'.format(resource)
81-
url = 'https://ossci-datasets.s3.amazonaws.com/mnist/'.format(resource)
81+
url = 'https://ossci-datasets.s3.amazonaws.com/mnist/{}'.format(resource)
8282
download(path, url, options.quiet)
8383
unzip(path, options.quiet)
8484
except KeyboardInterrupt:

0 commit comments

Comments
 (0)