faster-rcnn.pytorch icon indicating copy to clipboard operation
faster-rcnn.pytorch copied to clipboard

ImportError: /content/faster-rcnn.pytorch/lib/model/roi_crop/_ext/roi_crop/_roi_crop.so: undefined symbol: __cudaPopCallConfiguration

Open alontrais opened this issue 5 years ago • 9 comments

I use google colaboratory to run the code. When I run train.py script I get this error: ImportError: /content/faster-rcnn.pytorch/lib/model/roi_crop/_ext/roi_crop/_roi_crop.so: undefined symbol: __cudaPopCallConfiguration

I usu pytorch 0.4.0 What could be the cause of this error?

alontrais avatar Dec 12 '19 21:12 alontrais

I use pytorch 0.3.0, but I am also meet this problem. Have you solved this problem? : )

RebornL avatar Dec 17 '19 13:12 RebornL

No, I am not.

alontrais avatar Dec 19 '19 08:12 alontrais

I also meet this problem. undefined symbol: __cundaRegisterFatBinaryEnd

Drifter02 avatar Apr 10 '20 11:04 Drifter02

Did you get any solution for this??

cskarthik7 avatar Apr 16 '20 12:04 cskarthik7

@badman7 No, I am not.

alontrais avatar Apr 23 '20 20:04 alontrais

Hi @alontrais @cskarthik7 @Drifter02 @RebornL,

Has anyone got the solution? I have tried to recompile torch 0.4.0 with torchvision 0.2.0 and CUDA-10.1 as I'm using Google Colab. I have also tried this. I am facing this issue: image Hope you guys have the solution.

Best regards, JiaLim98

JiaLim98 avatar Aug 08 '20 11:08 JiaLim98

the same problem.

a957815154 avatar Dec 05 '20 08:12 a957815154

Try with torchvision 0.5.0 and pytorch 1.4.0

cskarthik7 avatar Dec 27 '20 12:12 cskarthik7

the same problem.

hanhao2019102935 avatar May 18 '21 04:05 hanhao2019102935