1. 国内镜像安装
tensorflow-gpu 2.0.0:
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==2.0.0
执行命令:
CPU版本
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
GPU 版本
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu
2. 超详细的tensorflow-gpu+CUDA+CUDNN安装
- Win10 Anaconda下TensorFlow-GPU环境搭建详细教程(包含CUDA+cuDNN安装过程)
- Win10下安装Tensorflow1.8 GPU版(CUDA9.2)(更新至TF1.12)
电脑小白看到的好方法:
网友评论