Skip to content

Commit 0d98a44

Browse files
author
Tomohide Shibata
committed
fix logdir name
1 parent 104c4de commit 0d98a44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/5 - User Interface/graph_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
print "Accuracy:", accuracy.eval({x: mnist.test.images, y: mnist.test.labels})
7373

7474
'''
75-
Run the command line: tensorboard --logdir=/tmp/tensorflow
75+
Run the command line: tensorboard --logdir=/tmp/tensorflow_logs
7676
Open http://localhost:6006/ into your web browser
7777
'''
7878

examples/5 - User Interface/loss_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
print "Accuracy:", accuracy.eval({x: mnist.test.images, y: mnist.test.labels})
8282

8383
'''
84-
Run the command line: tensorboard --logdir=/tmp/tensorflow
84+
Run the command line: tensorboard --logdir=/tmp/tensorflow_logs
8585
Open http://localhost:6006/ into your web browser
8686
'''

0 commit comments

Comments
 (0)