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

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐