Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
lancerts committed May 10, 2024
1 parent fed1fb7 commit aa24fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tools/download_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
for resource in RESOURCES:
path = os.path.join(options.destination, resource)
# url = 'http://yann.lecun.com/exdb/mnist/{}'.format(resource)
url = 'https://ossci-datasets.s3.amazonaws.com/mnist/'.format(resource)
url = 'https://ossci-datasets.s3.amazonaws.com/mnist/{}'.format(resource)
download(path, url, options.quiet)
unzip(path, options.quiet)
except KeyboardInterrupt:
Expand Down

0 comments on commit aa24fe7

Please sign in to comment.