-
Notifications
You must be signed in to change notification settings - Fork 47
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
ConnectionRefusedError: [Errno 111] Connection refused #13
Comments
I have not encountered this problem. Maybe your environment is not installed properly. By the way, my python version is 3.6. |
是不是直接使用官网下载的数据就可以,不用做什么处理?
| |
王益峰
邮箱:yifeng1129@163.com
|
签名由 网易邮箱大师 定制
On 10/22/2020 10:31, jinlongpeng wrote:
I have not encountered this problem. Maybe your environment is not installed properly. By the way, my python version is 3.6.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes. Maybe you should check the path of the data root. |
ok,thank you
| |
王益峰
邮箱:yifeng1129@163.com
|
签名由 网易邮箱大师 定制
On 10/22/2020 10:36, jinlongpeng wrote:
Yes. Maybe you should check the path of the data root.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Did you solve this problem?? |
No, may be problem of the environment. May be related to the machine.
| |
王益峰
|
|
yifeng1129@163.com
|
签名由网易邮箱大师定制
On 11/12/2020 20:53,zhengjyu<notifications@github.com> wrote:
是不是直接使用官网下载的数据就可以,不用做什么处理? | | 王益峰 邮箱:yifeng1129@163.com | 签名由 网易邮箱大师 定制 On 10/22/2020 10:31, jinlongpeng wrote: I have not encountered this problem. Maybe your environment is not installed properly. By the way, my python version is 3.6. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Did you solve this problem??
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
hello, I also encountered this problem, it stopped running to the Epoch12 |
No, I have not solved the problem. My pytorch version is 1.1.
| |
王益峰
|
|
yifeng1129@163.com
|
签名由网易邮箱大师定制
On 12/9/2020 21:20,Vio1et<notifications@github.com> wrote:
hello, I also encountered this problem, it stopped running to the Epoch12
my python version is 3.6, torch version is 0.4.1, but torchvision is 0.2.2.post3.
Have you solved this problem? @yifengW
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Maybe you can try to change the pytorch vision to Pytorch ==1.4.0. |
@zhengjyu Did you solve this problem by using pytorch 1.4.0? |
File "/home/wyf/anaconda3/envs/CTracker/lib/python3.7/site-packages/torch/multiprocessing/reductions.py", line 151, in rebuild_storage_fd
fd = df.detach()
File "/home/wyf/anaconda3/envs/CTracker/lib/python3.7/multiprocessing/resource_sharer.py", line 57, in detach
with _resource_sharer.get_connection(self._id) as conn:
File "/home/wyf/anaconda3/envs/CTracker/lib/python3.7/multiprocessing/resource_sharer.py", line 87, in get_connection
c = Client(address, authkey=process.current_process().authkey)
File "/home/wyf/anaconda3/envs/CTracker/lib/python3.7/multiprocessing/connection.py", line 492, in Client
c = SocketClient(address)
File "/home/wyf/anaconda3/envs/CTracker/lib/python3.7/multiprocessing/connection.py", line 620, in SocketClient
s.connect(address)
ConnectionRefusedError: [Errno 111] Connection refused
I want to know if you have encountered this problem
The text was updated successfully, but these errors were encountered: