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

About the timeout problem #12

Closed
Howardqlz opened this issue Dec 17, 2018 · 4 comments
Closed

About the timeout problem #12

Howardqlz opened this issue Dec 17, 2018 · 4 comments

Comments

@Howardqlz
Copy link

I think this is a great work and i want to run this model to see the performence, but i met several problem and it's all about "timeout", "failed to establish a new connection " and so on like this:

_0it [00:00, ?it/s]Traceback (most recent call last):
File "/home/lzqing/anaconda3/envs/allennlp/lib/python3.6/site-packages/urllib3/connection.py", line 171, in _new_conn
(self.dns_host, self.port), self.timeout, **extra_kw)
File "/home/lzqing/anaconda3/envs/allennlp/lib/python3.6/site-packages/urllib3/util/connection.py", line 79, in create_connection
raise err
File "/home/lzqing/anaconda3/envs/allennlp/lib/python3.6/site-packages/urllib3/util/connection.py", line 69, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out

It's seem that the model can't get the squad dataset from the url.I don't know it's because of the firewall or some other reason.If you know how to solve it please tell me and i will really appreciate that!

@Howardqlz
Copy link
Author

I can open the url by the firefox, and i can choose the plan B that rewrite the path to the local file, maybe it's not a big problem.But i still wish your feedback if you know how to solve it.

@matthew-z
Copy link
Owner

matthew-z commented Dec 17, 2018

I guess you have difficulty in downloading the dataset from aws s3?

I think it is because of the network environment of your GPU server.

Since the downloading is handled by allennlp.common.file_utils.cached_path, I wonder if you can run the following snippet in python on your server.

from allennlp.common.file_utils import cached_path
p =cached_path("https://s3-us-west-2.amazonaws.com/allennlp/datasets/squad/squad-train-v1.1.json")

Yes, you may download it by yourself and replace the URL in the config with the filepath.

@Howardqlz
Copy link
Author

Thank you and i will try it.(It seems that the model works great, it's really fast.I think it's time to learn to use allennlp.Nice work! XD )

@matthew-z
Copy link
Owner

matthew-z commented Dec 28, 2018

Closing due to a lack of update.

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

2 participants