tensorboard之一(显示网络结构)

with tf.name_scope('input'):     xs = tf.placeholder(tf.float32, [None, 1], name = 'x_input')     ys = tf.placeholder(tf.float32, [None, 1], name = 'y_input') def add_layer(input, in_size, out_size, a
相关文章
相关标签/搜索