Ubuntu 16.04 + CUDA 8.0 + cudnn 6.0 + Anaconda 3 + Python 3.6 + tensorflow 1.3

安装

https://www.cnblogs.com/xuliangxing/p/7575586.html


报错

1. import tensorflow 出错libcudnn.so.6: cannot open shared object file: No such file or directory

https://blog.csdn.net/qq_29921623/article/details/78110853


2. libcudart.so.7.5: cannot open shared object file:No such file or directory

https://stackoverflow.com/questions/42553082/libcudart-so-7-5-cannot-open-shared-object-fileno-such-file-or-directory

3. 打开Anaconda下的编辑器Spyder,输入import tensorflow,报错:No module named 'tensorflow'

https://blog.csdn.net/ztf312/article/details/72661927

猜你喜欢

转载自blog.csdn.net/qq_34009929/article/details/80165059