Ubuntu环境 anaconda 安装 tensorflow-gpu

1.安装anaconda

2.anaconda 创建虚拟环境

Anaconda+用conda创建python虚拟环境 - 苏皖静儿 - 博客园
https://www.cnblogs.com/swje/p/7642929.html

3.选择合适版本的tensorflow-gpu

(tensorflow版本选择 和Ubuntu版本, CUDA, cuDNN等都有关)

NVDIA显卡驱动, CUDA, cuDNN概念及安装顺序_Zhou_Dao的博客-CSDN博客
https://blog.csdn.net/Zhou_Dao/article/details/103703289

Tensorflow不同版本要求与CUDA及CUDNN版本对应关系_LoveWeeknd-CSDN博客
https://blog.csdn.net/oMoDao1/article/details/83241074

Anaconda安装tensorflow-gpu_qq_31225201的博客-CSDN博客
https://blog.csdn.net/qq_31225201/article/details/91353862

从源代码构建  |  TensorFlow
https://tensorflow.google.cn/install/source#linux

4.虚拟环境下安装tensorflow-gpu

conda install tensorflow-gpu==1.13.1

ubuntu18.04利用Anaconda安装tensorflow-gpu=1.13.1_ShenWeiKKX的博客-CSDN博客
https://blog.csdn.net/ShenWeiKKX/article/details/93930895

Anaconda安装tensorflow-gpu_qq_31225201的博客-CSDN博客
https://blog.csdn.net/qq_31225201/article/details/91353862

猜你喜欢

转载自blog.csdn.net/Zhou_Dao/article/details/108609804