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.
1 parent fed1fb7 commit aa24fe7Copy full SHA for aa24fe7
cpp/tools/download_mnist.py
@@ -78,7 +78,7 @@ def main():
78
for resource in RESOURCES:
79
path = os.path.join(options.destination, resource)
80
# url = 'http://yann.lecun.com/exdb/mnist/{}'.format(resource)
81
- url = 'https://ossci-datasets.s3.amazonaws.com/mnist/'.format(resource)
+ url = 'https://ossci-datasets.s3.amazonaws.com/mnist/{}'.format(resource)
82
download(path, url, options.quiet)
83
unzip(path, options.quiet)
84
except KeyboardInterrupt:
0 commit comments