CornerNet-Lite
CornerNet-Lite copied to clipboard
why? How? train error 0%| | 0/100000 [00:00<?, ?it/s]
Traceback (most recent call last): File "/root/anaconda3/envs/CornerNet_Lite/lib/python3.7/multiprocessing/queues.py", line 236, in _feed obj = _ForkingPickler.dumps(obj) File "/root/anaconda3/envs/CornerNet_Lite/lib/python3.7/multiprocessing/reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) File "/root/anaconda3/envs/CornerNet_Lite/lib/python3.7/site-packages/torch/multiprocessing/reductions.py", line 295, in reduce_storage fd, size = storage.share_fd() RuntimeError: unable to write to file </torch_5807_1602858868> setting learning rate to: 0.00025 training start... 0%| | 0/100000 [00:00<?, ?it/s]
please,help me
if you are using docker, try to run it with --ipc=host
flag
if you are using docker, try to run it with
--ipc=host
flag
it works.Thank you.So happy
what if not? I encounter the same problem with him. Thanks.
如果您使用的是docker,请尝试使用
--ipc=host
flag 运行它
hello,where can i add this command?
i met the same problem , but i did not use docker, so how can i solve the problem?