Detectron.pytorch
Detectron.pytorch copied to clipboard
AssertionError: Range subprocess failed (exit code: 1)
The command that I ran python tools/test_net.py --dataset coco2017 --cfg configs/panet/e2e_panet_R-50-FPN_2x_mask.yaml --multi-gpu-testing --load_ckpt /home1/chelixuan/PANet_old/Outputs/e2e_panet_R-50-FPN_2x_mask/Oct31-19-45-45_2x1080Ti-36_step/ckpt/model_step17999
problem:
loading annotations into memory...
Done (t=0.35s)
creating index...
index created!
INFO test_engine.py: 330: loading checkpoint /home1/chelixuan/PANet_old/Outputs/e2e_panet_R-50-FPN_2x_mask/Oct31-19-45-45_2x1080Ti-36_step/ckpt/model_step179999.pth
Traceback (most recent call last):
File "/home1/chelixuan/PANet_old/tools/test_net.py", line 112, in
System information
- Operating system: ubuntu 14.04
- CUDA version: 8.0
- cuDNN version: 6.0
- python version: 3.6
- pytorch version: 0.4.0
have you solved it? I also have this problem..
I also have this problem.
In fact, I still don’t understand what caused this problem. But I guess it may be caused by multiple GPUs, So I changed the tested GPU from four to one, then run successfully. Hope this can help you.
------------------ 原始邮件 ------------------ 发件人: "roytseng-tw/Detectron.pytorch" <[email protected]>; 发送时间: 2020年10月13日(星期二) 上午9:43 收件人: "roytseng-tw/Detectron.pytorch"<[email protected]>; 抄送: "only_Yojiro"<[email protected]>;"Comment"<[email protected]>; 主题: Re: [roytseng-tw/Detectron.pytorch] AssertionError: Range subprocess failed (exit code: 1) (#174)
I also have this problem.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.