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

 

5.安装tensorflow-gpu1.14.0

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

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐