jwyang / faster-rcnn.pytorch

A faster pytorch implementation of faster r-cnn
MIT License
7.66k stars 2.33k forks source link

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

Open alontrais opened 4 years ago

alontrais commented 4 years ago

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?

RebornL commented 4 years ago

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

alontrais commented 4 years ago

No, I am not.

Drifter02 commented 4 years ago

I also meet this problem. undefined symbol: __cundaRegisterFatBinaryEnd

cskarthik7 commented 4 years ago

Did you get any solution for this??

alontrais commented 4 years ago

@badman7 No, I am not.

JiaLim98 commented 4 years ago

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

a957815154 commented 3 years ago

the same problem.

cskarthik7 commented 3 years ago

Try with torchvision 0.5.0 and pytorch 1.4.0

hanhao2019102935 commented 3 years ago

the same problem.