Skip to content

Instantly share code, notes, and snippets.

@liudong
Created May 11, 2017 11:56
Show Gist options
  • Save liudong/cb52140634c305dcb71557bedcf6028a to your computer and use it in GitHub Desktop.
Save liudong/cb52140634c305dcb71557bedcf6028a to your computer and use it in GitHub Desktop.
Tensorflow: SummaryWriter
import tensorflow as tf
sess = tf.Session()
writer = tf.summary.FileWriter('./my_graph', sess.graph)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment