BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.01k stars 18.71k forks source link

link to bvlc_alexnet and bvlc_reference_caffenet not working #6865

Closed raina0990 closed 4 years ago

raina0990 commented 4 years ago

Issue summary

I am not able to download either of the above mentioned models. It was working fine two weeks back but now when I try to download the model I get Downloading pre-trained CaffeNet model... Traceback (most recent call last): File "../scripts/download_model_binary.py", line 74, in frontmatter['caffemodel_url'], model_filename, reporthook) File "/usr/lib/python2.7/urllib.py", line 98, in urlretrieve return opener.retrieve(url, filename, reporthook, data) File "/usr/lib/python2.7/urllib.py", line 245, in retrieve fp = self.open(url, data) File "/usr/lib/python2.7/urllib.py", line 213, in open return getattr(self, name)(url) File "/usr/lib/python2.7/urllib.py", line 350, in open_http h.endheaders(data) File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders self._send_output(message_body) File "/usr/lib/python2.7/httplib.py", line 897, in _send_output self.send(msg) File "/usr/lib/python2.7/httplib.py", line 859, in send self.connect() File "/usr/lib/python2.7/httplib.py", line 836, in connect self.timeout, self.source_address) File "/usr/lib/python2.7/socket.py", line 575, in create_connection raise err IOError: [Errno socket error] [Errno 113] No route to host

It seems the connection is not there . Can anyone help?

lutzroeder commented 4 years ago

Duplicate of #6864