Faster-rcnn.pytorch: undefined symbol: __cudaPopCall Configuration

Created on 12 Jun 2018  Â·  5Comments  Â·  Source: jwyang/faster-rcnn.pytorch

Hi, when I compiled the file make.sh, I got a error:

What I have done:
cd faster-rcnn.pytorch/lib and run ./make.sh
I got some warning: unsued variable 'inBottomRight' [-Wunsued-variable real inBottomRight=0],...

What I met:
When I run python demo.py, I got:
ImportError: /home/xxx/faster-rcnn.pytorch/lib/model/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration

What I have tried:
1) changed '/usr/local/cuda/bin' into '/usr/local/cuda-9.2/bin'
2) added /usr/local/cuda-9.2/bin to ~/.bashrc and source ~/.bashrc
3) nvidia-smi, driver version 396.26;

  • cuda-9.2

  • no cudnn (because I cannot log in the nvidia cudnn)

  • pytorch 0.4 (when installing, I use the command : conda install pytorch torchvision cuda91 -c pytorch)

Any suggestion will be appreciated! Thanks.

Most helpful comment

@Wanggcong I'm facing the same issue.

All 5 comments

@Wanggcong I'm facing the same issue.

Checkout #190

@gp1313 I used another server and the problem is gone. I do not know why!

@relh Thanks for you reply!

I'm facing the same issue.i can only use cuda8

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wanghan0501 picture wanghan0501  Â·  4Comments

chj1933 picture chj1933  Â·  5Comments

ZhangJiajun1995 picture ZhangJiajun1995  Â·  5Comments

clavichord93 picture clavichord93  Â·  6Comments

CJMenart picture CJMenart  Â·  4Comments