with tf.Session() as sess: writer = tf.summary.FileWriter("output", sess.graph) print(sess.run(h)) writer.close(). If you were to run the TensorBoard now, ...
確定! 回上一頁