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'
相關文章
相關標籤/搜索