taspinar / sidl

Deep Learning code
MIT License
59 stars 54 forks source link

Loading MNIST Dataset #1

Open snehil-ameta opened 6 years ago

snehil-ameta commented 6 years ago

Running "load_data.py" gives error on "from mnist import MNIST". Can you please clarify as to from where is this imported.

taspinar commented 6 years ago

To load the MNIST dataset you'll additionally need the 'python-mnist' package. You can install it with pip install python-mnist