Tensorflow学习笔记(1)--安装

安装

1、ubuntu 14.04

2、

清华大学开源软件镜像站:https://mirrors.tuna.tsinghua.edu.cn/help/tensorflow/

(要求sudo权限,如果报错,重启再来一遍)
pip install
-i https://pypi.tuna.tsinghua.edu.cn/simple/ https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp27-none-linux_x86_64.whl

 3、测试是否成功,出现下图表示成功

原文地址:https://www.cnblogs.com/SuMeng/p/8620053.html