1.效果
tensorflow-gpu1.14
pip uninstall tensorflow-gpu
pip install tensorflow-gpu==1.14
pip list
cuda8.0
链接:https://pan.baidu.com/s/1TPJw6gihVv82fBzirdRNrA
提取码:9e09
cudnn6.0
链接:https://pan.baidu.com/s/1x8huQVirO27InXqoJ5orfA
提取码:jhzr
全部勾选,不然你的分离率会失效,下一步
解压cuDNN,把里面的bin、include和lib这三个文件夹拷贝到CUDA的安装目录中
环境变量设置
测试
import tensorflow as tf
print(tf.test.is_gpu_available())