pengzhou1108 / RGB-N

MIT License
160 stars 49 forks source link

ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory #21

Closed Israrulhaq190 closed 4 years ago

Israrulhaq190 commented 4 years ago

I have successfully setup the training script on my local machine and it was running perfectly fine. But when i setup same things on Google Cloud it start giving me this error. ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory

Even though i have successfully installed cuda 9.0 and cudnn.

Is there anything missing or i didn't compile ?

Please check the details as well.

from nets.vgg16 import vgg16 File "/home/israr/project2/tools/../lib/nets/vgg16.py", line 16, in from nets.network import Network File "/home/israr/project2/tools/../lib/nets/network.py", line 18, in from layer_utils.proposal_layer import proposal_layer File "/home/israr/project2/tools/../lib/layer_utils/proposal_layer.py", line 13, in from model.nms_wrapper import nms File "/home/israr/project2/tools/../lib/model/nms_wrapper.py", line 12, in from nms.gpu_nms import gpu_nms ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory