NVIDIA GeForce 940MX win10 python3.6 anaconda cudn9.0 cudnn 7.0 tensorflow-gpu 1.12
1. wind 10
2. python3.6: anaconda
3. 安装cudn 9.0 版本
nvcc -V 查看版本,是否完成安装
4. 下载cudnn 7.0 for wind10 and cudn 9.0
将解压后的文件夹bin、include、lib复制到安装CUDA9.0的路径覆盖原有的文件
添加环境变量
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bin
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\include
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\lib\x64
5. 安装tensorflow-gpu
pip install tensorflow-gpu
报错,DLL找不到
6. 安装 c++ 2017_vc_redist.x64