Tensorflow快速安装

pip install --user --index-url https://pypi.douban.com/simple tensorflow==1.8

升级tensorflow:

pip install --upgrade --user --index-url https://pypi.douban.com/simple tensorflow

最简单的安装TensorFlow GPU 方法

conda install --channel https://conda.anaconda.org/anaconda tensorflow-gpu

原文地址:https://www.cnblogs.com/Concerning/p/10972903.html