anacocnda3安装tensorflow1.14.0和tensorflow-gpu1.14.0

1.安装好anaconda3,创建一个python3.6    64位的python环境

conda info --envs

2.切换到python3.6环境

activate python36

3.升级pip工具

python -m pip install --upgrade pip

4.安装tensorflow1.14.0

pip install tensorflow==1.14.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

anacocnda3安装tensorflow1.14.0和tensorflow-gpu1.14.0_第1张图片 

5.安装tensorflow-gpu1.14.0

pip install tensorflow-gpu==1.14.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(python,tensorflow-gpu)