Created
May 11, 2017 11:56
-
-
Save liudong/cb52140634c305dcb71557bedcf6028a to your computer and use it in GitHub Desktop.
Tensorflow: SummaryWriter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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