Skip to content

Commit

Permalink
change logdir for tensorboard graph
Browse files Browse the repository at this point in the history
  • Loading branch information
swdn133 committed May 22, 2019
1 parent c9382b0 commit a98d2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard_store_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main(_):
avail_gpus=cfg.GPU_AVAILABLE.split(',')
)

writer = tf.summary.FileWriter('logs', sess.graph)
writer = tf.summary.FileWriter('tensorboard_logs', sess.graph)
writer.close()


Expand Down

0 comments on commit a98d2ac

Please sign in to comment.