".github/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "851c85e672188402b5cf46e5def686d85bc1cfc9"
Commit 3c50f47b authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1167 from tensorflow/inception-filewriter-fix

Switch to the new FileWriter API in Inception
parents f7fd0012 2af8c3d2
...@@ -331,7 +331,7 @@ def train(dataset): ...@@ -331,7 +331,7 @@ def train(dataset):
summary_writer = tf.summary.FileWriter( summary_writer = tf.summary.FileWriter(
FLAGS.train_dir, FLAGS.train_dir,
graph_def=sess.graph.as_graph_def(add_shapes=True)) graph=sess.graph)
for step in range(FLAGS.max_steps): for step in range(FLAGS.max_steps):
start_time = time.time() start_time = time.time()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment