Articles tagged "libcudnn.so.5"
2 min read
TensorFlow: libcudnn.so.5 Not Found Error
Solution to the error "ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory" on linux -> sudo ldconfig /usr/local/cuda/lib64. Check here for more details and more information.