sets icon indicating copy to clipboard operation
sets copied to clipboard

Connection time out when downloading MNIST

Open robotdude17 opened this issue 8 years ago • 1 comments

Dear Sir,

We have tried to download the MNIST dataset using the simple example you provided:

#!/usr/bin/env python3 from sets import Mnist #Download, parse and cache the dataset. train, test = Mnis()

Download ~/.dataset/sets/mnist/train-images-idx3-ubyte.gz ... urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>

Maybe the link is corrupted. Your feedback would be appreciated.

Thanks,

Hannes

robotdude17 avatar Feb 25 '17 15:02 robotdude17

The website is offline and hence you are getting that error. You can try downloading the data from the web archives. Alternatively, you can use this link: http://data.pymvpa.org/datasets/mnist/ Hope it helps.

kushal-vangara avatar Mar 02 '17 03:03 kushal-vangara