-
Notifications
You must be signed in to change notification settings - Fork 23
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
python downoad_model.py error!!! #5
Comments
Hum... Google shut down the programmatically downloadable link ... It's there but I do knot know how to make this programmatically downloadable.... You can manually download the model. |
Thank you. |
hi,@apple2373,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(tensorflow_p36) ubuntu@ip-172-31-25-141:
/gitcode/test/chainer-simple-fast-rnn$ python downoad_model.py/gitcode/test/chainer-simple-fast-rnn$ vi downoad_model.pyTraceback (most recent call last):
File "downoad_model.py", line 6, in
urllib.urlretrieve(url,filename)
AttributeError: module 'urllib' has no attribute 'urlretrieve'
(tensorflow_p36) ubuntu@ip-172-31-25-141:
(tensorflow_p36) ubuntu@ip-172-31-25-141:
/gitcode/test/chainer-simple-fast-rnn$ python downoad_model.py/gitcode/test/chainer-simple-fast-rnn$Traceback (most recent call last):
File "downoad_model.py", line 6, in
urllib.request.urlretrieve(url,filename)
File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/urllib/request.py", line 248, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
(tensorflow_p36) ubuntu@ip-172-31-25-141:
The text was updated successfully, but these errors were encountered: