ImportError: libcudnn.so.7: cannot open shared object file: No such file or directory

在安裝cudnn的時候,安裝完成以後,importTensorFlow會出現如題中的錯誤,bash 這個報錯要麼是環境變量配置問題,要麼是CUDNN鏈接創建問題。code 1.環境變量it sudo gedit ~/.bashrc export PATH=/usr/local/cuda/bin${PATH:+:${PATH}} export LD_LIBRARY_PATH=/usr/local/
相關文章
相關標籤/搜索