码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS7 安装 tensorflow 0.8

时间:2016-07-04 15:45:06      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:安装 tensorflow

1、确认python为2.7.0以上版本

python -V


2、安装

pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl


3、测试hello world

vim tf_hello.py


import tensorflow as tf

a = tf.constant(100)

b = tf.constant(20)

print sess.run(a+b)


4、执行hello world

python tf_hello.py

本文出自 “7727197” 博客,请务必保留此出处http://7737197.blog.51cto.com/7727197/1795610

CentOS7 安装 tensorflow 0.8

标签:安装 tensorflow

原文地址:http://7737197.blog.51cto.com/7727197/1795610

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!