sess = tf.Session() merged = tf.merge_all_summaries() writer = tf.train.SummaryWriter("logs/", sess.graph) # important step
確定! 回上一頁