فهرست منبع

fix logdir name

Tomohide Shibata 9 سال پیش
والد
کامیت
0d98a4476b
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      examples/5 - User Interface/graph_visualization.py
  2. 1 1
      examples/5 - User Interface/loss_visualization.py

+ 1 - 1
examples/5 - User Interface/graph_visualization.py

@@ -72,7 +72,7 @@ with tf.Session() as sess:
     print "Accuracy:", accuracy.eval({x: mnist.test.images, y: mnist.test.labels})
 
 '''
-Run the command line: tensorboard --logdir=/tmp/tensorflow
+Run the command line: tensorboard --logdir=/tmp/tensorflow_logs
 Open http://localhost:6006/ into your web browser
 '''
 

+ 1 - 1
examples/5 - User Interface/loss_visualization.py

@@ -81,6 +81,6 @@ with tf.Session() as sess:
     print "Accuracy:", accuracy.eval({x: mnist.test.images, y: mnist.test.labels})
 
 '''
-Run the command line: tensorboard --logdir=/tmp/tensorflow
+Run the command line: tensorboard --logdir=/tmp/tensorflow_logs
 Open http://localhost:6006/ into your web browser
 '''