caffe2
caffe2 copied to clipboard
cannot open shared object
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)
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?