安装版本及时间
- 2019年10月25日
- Win 10
- python 3.6.5(anaconda)
- GTX 1050 Ti
- cuda_10.0.130_411.31_win10
- cudnn-10.0-windows10-x64-v7.6.1.34
配置环境
- cuda 安装会自动会自动配置, nvcc -V
- cuddn 解压拷贝到cuda 目录下,并配置环境变量
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\cuddn\bin
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\extras\CUPTI\libx64
安装与测试
##terminal
pip install tensorflow-gpu
#python
import tensorflow as tf
tf.test.is_gpu_available()
print(tf.__version__)