Skip to content
Snippets Groups Projects

Use webarchive to download mnist

Merged Amir MOHAMMADI requested to merge fixurls into master
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -22,7 +22,7 @@ The MNIST Database is a database of handwritten digits, which has a training
@@ -22,7 +22,7 @@ The MNIST Database is a database of handwritten digits, which has a training
set of 60,000 examples, and a test set of 10,000 examples. It is a subset of
set of 60,000 examples, and a test set of 10,000 examples. It is a subset of
a larger set available from NIST. The digits have been size-normalized and
a larger set available from NIST. The digits have been size-normalized and
centered in a fixed-size image. You can download the MNIST database from:
centered in a fixed-size image. You can download the MNIST database from:
http://yann.lecun.com/exdb/mnist/
https://web-beta.archive.org/web/20161231041016/http://yann.lecun.com/exdb/mnist/
"""
"""
from .query import Database
from .query import Database
Loading