【Tensorboard】简单入门

程序部分 直接上例子 import tensorflow as tf width = tf.placeholder(tf.int32,name='width') height = tf.placeholder(tf.int32,name='height') area = tf.multiply(width,height,name='area') with tf.Session() as ses
相关文章
相关标签/搜索