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 e48aaeb commit 851c4cfCopy full SHA for 851c4cf
cpp/tools/download_mnist.py
@@ -77,7 +77,8 @@ def main():
77
try:
78
for resource in RESOURCES:
79
path = os.path.join(options.destination, resource)
80
- url = 'http://yann.lecun.com/exdb/mnist/{}'.format(resource)
+ # url = 'http://yann.lecun.com/exdb/mnist/{}'.format(resource)
81
+ url = 'https://ossci-datasets.s3.amazonaws.com/mnist/{}'.format(resource)
82
download(path, url, options.quiet)
83
unzip(path, options.quiet)
84
except KeyboardInterrupt:
run_cpp_examples.sh
@@ -157,10 +157,8 @@ function run_all() {
157
autograd
158
custom-dataset
159
regression
160
-
161
- # dataset 503 error on yanns site
162
- # dcgan
163
- # mnist
+ dcgan
+ mnist
164
165
}
166
0 commit comments