原材料:
cudnn-8.0-windows10-x64-v6.0.zip
cuda_8.0.44_win10.exe
先安装:Cuda8.0,
然后解压:cudnn-8.0-windows10-x64-v6.0.zip
把里边的东西拷贝到:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0
最后,
使用conda创建一个新的虚拟环境Keras
pip install TensorFlow = 1.4.0
pip install Keras = 2.1.0
检验成果:
python
没有报错!
大功告成!
文章来源: https://blog.csdn.net/Hodors/article/details/89738589