"libcudart.so.8.0 cannot open shared object File:no such file or directory" the solution is to copy some files to the/usr/local/lib folder: #注意自己CUDA的版本 No. sudo cp/usr/local/cuda-8.0/lib64/libcudart.so.8.0/usr/local/lib/libcudart.so.8.0 && sudo ldconfig sudo cp/ usr/local/cuda-8.0/lib64/libcublas.so.8.0/usr/local/lib/libcublas.so.8.0 && sudo ldconfig
sudo cp/usr/local/cuda-8.0/lib64/libcurand.so.8.0/usr/local/lib/libcurand.so.8.0 && sudo ldconfig
Similar to the method above
I'm not using any soft connections.
Direct simple rudeness;
sudo cp/usr/local/cuda-8.0/lib64/libcudnn.so/usr/local/lib/libcudnn.so && sudo ldconfig sudo cp/usr/local/ cuda-8.0/lib64/libcudnn.so.5/usr/local/lib/libcudnn.so.5 && sudo ldconfig
sudo cp/usr/local/cuda-8.0/lib64/libcudnn.so.5.1.5/usr/local/lib/libcudnn.so.5.1.5 && sudo ldconfig
***********************************************************
Oserror:libcudnn.so.7.0:cannot Open Shared object file:no such file or directory error
Because Cuda's path might be set incorrectly.
sudo ldconfig/usr/local/cuda/lib64
Tell you a shocking news, for this mistake I re-installed the system 6 times, Time: one weeks ... Finally succeeded, burst into tears, commemorates the next Friday.