8八、展现Tensorflow计算图上每一个节点的基本信息以及运行时消耗的时间和空间

''' Created on May 24, 2017 @author: p0079482 ''' #使用程序输出日志 import tensorflow as tf with tf.Session() as sess: tf.initialize_all_variables().run() for i in range(TRAINING_STEPS): xs,y
相关文章
相关标签/搜索