摘要: 因为实验室电脑之前装tensorflow是用的anaconda装的,导致现在用pip装tensorflow1.0装上了却还是用的annaconda下的tensorflow0.8,所以想删除anaconda http://blog.csdn.net/qq_22474567/article/detail 阅读全文
posted @ 2017-04-20 11:09 有梦就要去实现他 阅读(1700) 评论(0) 推荐(0) 编辑
摘要: >>> import tensorflow as tf >>> hello = tf.constant('Hello, TensorFlow!') >>> sess = tf.Session() >>> print(sess.run(hello)) 阅读全文
posted @ 2017-04-20 10:41 有梦就要去实现他 阅读(167) 评论(0) 推荐(0) 编辑