Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tensorflow.examples.tutorials.mnist not currently downloadable #6742

Closed
asross opened this issue Jan 9, 2017 · 14 comments
Closed

tensorflow.examples.tutorials.mnist not currently downloadable #6742

asross opened this issue Jan 9, 2017 · 14 comments

Comments

@asross
Copy link

asross commented Jan 9, 2017

If possible, provide a minimal reproducible example (We usually don't have time to read hundreds of lines of your code)

from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets("/tmp/data/", one_hot=True)

raises http.client.RemoteDisconnected: Remote end closed connection without response, if you don't already have the data cached. I believe this is because the underlying data SOURCE_URL is currently down.

@asross
Copy link
Author

asross commented Jan 9, 2017

...It's back up again now. Looks like it was just a temporary disruption.

@asross asross closed this as completed Jan 9, 2017
@joethompson1961
Copy link

joethompson1961 commented Feb 13, 2017

Using the same code:

from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets("/tmp/data/", one_hot=True)

raises a timeout error: TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

What would cause this?

@asross
Copy link
Author

asross commented Feb 14, 2017

Using the same code:

from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets("/tmp/data/", one_hot=True)

raises a timeout error: TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

What would cause this?

The issue is that the website where MNIST is canonically hosted sometimes goes down. I think an ideal solution would be to find or set up a mirror, then fall back to it? Or just find a more stable source.

@gdfishhannah
Copy link

I also have the 10060 problem and it always happened. This seems like not the host problem. Do you know what caused this?

@asross
Copy link
Author

asross commented Mar 1, 2017

Reopening because others seem to have this problem.

@asross asross reopened this Mar 1, 2017
@asross
Copy link
Author

asross commented Mar 1, 2017

I would suggest that if you encounter this problem, check http://downforeveryoneorjustme.com/http://yann.lecun.com/exdb/mnist/ just to make sure.

Right now it is:
image
(Sorry Yann!)

@gdfishhannah
Copy link

I cannot reach this website

@awilliamson
Copy link

Confirmed. I'm also having MNIST issues. Is there any alternative URL we can use for this which will still be compatible with existing MNIST tutorials. I'm relying on these as baselines for experiments, I'd rather keep the data and TF format the same.

@kakawait
Copy link

kakawait commented Mar 6, 2017

Still down seems few days... Other related issue #8116

@ghost
Copy link

ghost commented Mar 6, 2017

Same issue here, solved by downloading file from a different unofficial source. I think we should put in place an officially recognized mirror somewhere. Does anyone know if tensorflow checks a sort of signature for the dataset before using it? Or if a signature (e.g. md5) is available for the MNIST dataset so people can exchange it via unofficial circuits.

@jeffheaton
Copy link

Also cannot access.

jakedailey1 added a commit to jakedailey1/OxfordML-NDF that referenced this issue Mar 7, 2017
@prb12
Copy link
Member

prb12 commented Mar 7, 2017

Closing as duplicate of #8126

@prb12 prb12 closed this as completed Mar 7, 2017
@prb12
Copy link
Member

prb12 commented Mar 8, 2017

@auserdude If you retrieve the .gz files from any other source (wayback machine?) and drop them in your data_dir then TF will just use them. It does not validate a checksum AFAIK. The bug I referenced has a suitable download URL.

@futuramark
Copy link

ImportError: cannot import name 'model_fn' from 'tensorflow_estimator.python.estimator' (unknown location)

iget this this error when i tried mnsit alternative download..neither worked for me. i even downloaded mat file locally still get this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants