post2web
1/2/2018 - 7:35 PM

tensorflow save graph for tensorboard

writer = tf.summary.FileWriter(logdir='checkpoints', graph=sess.graph)
writer.flush()