faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
ImportError: /content/faster-rcnn.pytorch/lib/model/roi_crop/_ext/roi_crop/_roi_crop.so: undefined symbol: __cudaPopCallConfiguration
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?
I use pytorch 0.3.0, but I am also meet this problem. Have you solved this problem? : )
No, I am not.
I also meet this problem. undefined symbol: __cundaRegisterFatBinaryEnd
Did you get any solution for this??
@badman7 No, I am not.
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:
Hope you guys have the solution.
Best regards, JiaLim98
the same problem.
Try with torchvision 0.5.0 and pytorch 1.4.0
the same problem.