longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

ImportError: libcudart.so.10.0: cannot open shared object file. #97

Open CodHeK opened 4 years ago

CodHeK commented 4 years ago

I am trying to run the code on this repository

Running ./eval.sh I get this error:

Screenshot 2019-10-14 at 1 49 36 AM

Configuration I am using:

torch.__version__ -> 0.4.1

torch.version.cuda -> 9.0.176

nvcc --version -> 9.2

conda list

Screenshot 2019-10-14 at 1 52 30 AM

I am able to locate libcudart.so.9.2 :

Screenshot 2019-10-14 at 1 54 13 AM

I don't see why it's trying to locate libcudart.so.10.0!

pppplin commented 4 years ago

Hey i'm seeing the same bug, have you fix the issue?

CodHeK commented 4 years ago

Haven't fixed the issue but it's mostly related to the version of CUDA and corresponding version of pytorch. You could check which versions work well together. Maybe that'd fix issue.  Which OS do you use btw?

Sent from Yahoo Mail on Android

On Thu, Dec 26, 2019 at 6:52 AM, pppplinnotifications@github.com wrote:
Hey i'm seeing the same bug, have you fix the issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.