caffe2 icon indicating copy to clipboard operation
caffe2 copied to clipboard

cannot open shared object

Open SAGGSOC opened this issue 8 years ago • 1 comments

python char_rnn.py --train_data shakespeare.txt WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode. WARNING:root:Debug message: libcudnn.so.7: cannot open shared object file: No such file or directory Segmentation fault (core dumped)

SAGGSOC avatar Mar 23 '18 20:03 SAGGSOC

Can you post your cmake output? This will include which of the libraries you built Caffe2 with, along with the location of CUDA related libraries. How did you install Caffe2?

pjh5 avatar Mar 28 '18 18:03 pjh5