aymericdamien / TensorFlow-Examples

TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Other
43.44k stars 14.94k forks source link

Tensorboard #148

Open inigo-jauregi opened 7 years ago

inigo-jauregi commented 7 years ago

I am trying to execute the tensorboard basic example. I run the code and everything is fine. Then I execute the command:

--> tensorboard --logdir=/tmp/tensorflow_logs

The following message appears: Starting TensoBoard b'47' at http://0.0.0.0:6006

But then I open that direction in the different web browsers (Explorer, Chrome and Firefox) and nothing appears. Could someone tell me what I am missing here?

Thanks

abdelouahabb commented 7 years ago

try localhost or 127.0.0.1 instead of the 0.0.0.0

MattiasM80 commented 6 years ago

I get a similar problem. I start the tensorboard on a ubuntu server. When I call the tensorboard server, nothing appears in the browser (also no error, e.g. no timeout error) and on the tensorboard server I see this log message:

(mattiasm-dev-p2) [mattiasm@dccxc223 dirt-t2]$ tensorboard --logdir=/tmp/tensorflow_logs
TensorBoard 1.6.0 at http://dccxc223:6006 (Press CTRL+C to quit)
W0625 03:42:54.671217 Reloader plugin_event_accumulator.py:300] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events.  Overwriting the graph with the newest event.
W0625 03:42:54.671564 Reloader plugin_event_accumulator.py:308] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.

Using Python 2.7, Tensorflow 1.6.0 and Tensorboard 1.6.0