caffemodel2pytorch icon indicating copy to clipboard operation
caffemodel2pytorch copied to clipboard

urllib.error.URLError: <urlopen error [Errno 104] Connection reset by peer>

Open huangyibo1996 opened this issue 3 years ago • 2 comments

when I run this repo, I got URLError. Do you know how to solve this problem?

huangyibo1996 avatar Jan 04 '21 06:01 huangyibo1996

Not sure why that would be: it just downloads a caffe.proto. You can download it yourself and point caffemodel2pytorch to it directly, then it would use it - please check the code and examples, you will see how it does this

vadimkantorov avatar Jan 04 '21 08:01 vadimkantorov

when i use this code to test:TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。

lgl1227 avatar Jan 21 '22 09:01 lgl1227