Tensorboard 可视化

1. 将想要命名的值添加代码及缩进 with tf.name_scope('input'): with tf.name_scope('train_data'): ph_train_data = tf.placeholder(tf.float32, [None, n_time_step, n_dim]) with tf.name_scope('train_label'
相关文章
相关标签/搜索