Closed
Description
System information
Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win10
TensorFlow installed from (source or binary): binary, installed via pip
TensorFlow version (use command below): 1.1.0
Bazel version (if compiling from source):na
CUDA/cuDNN version: na
GPU model and memory: na
Exact command to reproduce:?
Describe the problem
Initially I was working with tensorflow 1.0.0 and tensorboard seemed to work just fine. I have updated to 1.1.0 and now it appears it does not display anything anymore. However, I get the warning 'WARNING:tensorflow:path ../external\data/plugin/text/runs not found, sending 404'. I have also downgraded tensorflow to 1.0.0 and now it also stopped working.
Source code / logs
tensorboard --inspect --logdir=model_dir
Found event files in: model_dir
These tags are in model_dir:
audio -
histograms
dnn/dnn/hiddenlayer_0_activation
dnn/dnn/hiddenlayer_10_activation
dnn/dnn/hiddenlayer_11_activation
dnn/dnn/hiddenlayer_1_activation
dnn/dnn/hiddenlayer_2_activation
dnn/dnn/hiddenlayer_3_activation
dnn/dnn/hiddenlayer_4_activation
dnn/dnn/hiddenlayer_5_activation
dnn/dnn/hiddenlayer_6_activation
dnn/dnn/hiddenlayer_7_activation
dnn/dnn/hiddenlayer_8_activation
dnn/dnn/hiddenlayer_9_activation
dnn/dnn/logits_activation
images -
scalars
dnn/dnn/hiddenlayer_0_fraction_of_zero_values
dnn/dnn/hiddenlayer_10_fraction_of_zero_values
dnn/dnn/hiddenlayer_11_fraction_of_zero_values
dnn/dnn/hiddenlayer_1_fraction_of_zero_values
dnn/dnn/hiddenlayer_2_fraction_of_zero_values
dnn/dnn/hiddenlayer_3_fraction_of_zero_values
dnn/dnn/hiddenlayer_4_fraction_of_zero_values
dnn/dnn/hiddenlayer_5_fraction_of_zero_values
dnn/dnn/hiddenlayer_6_fraction_of_zero_values
dnn/dnn/hiddenlayer_7_fraction_of_zero_values
dnn/dnn/hiddenlayer_8_fraction_of_zero_values
dnn/dnn/hiddenlayer_9_fraction_of_zero_values
dnn/dnn/logits_fraction_of_zero_values
loss
tensor -
======================================================================
Event statistics for model_dir:
audio -
graph
first_step 0
last_step 0
max_step 0
min_step 0
num_steps 1
outoforder_steps []
histograms
first_step 1
last_step 1
max_step 1
min_step 1
num_steps 1
outoforder_steps []
images -
scalars
first_step 1
last_step 1
max_step 1
min_step 1
num_steps 1
outoforder_steps []
sessionlog:checkpoint
first_step 1
last_step 1
max_step 1
min_step 1
num_steps 1
outoforder_steps []
sessionlog:start
outoforder_steps []
steps [1]
sessionlog:stop -
tensor -
======================================================================
tensorboard --logdir=model_dir --host=127.0.0.1
Starting TensorBoard b'47' at http://127.0.0.1:6006
(Press CTRL+C to quit)
WARNING:tensorflow:path ../external\data/plugin/text/runs not found, sending 404
WARNING:tensorflow:path ../external\data/plugin/text/runs not found, sending 404
WARNING:tensorflow:path ../external\data/plugin/text/runs not found, sending 404
WARNING:tensorflow:path ../external\data/plugin/text/runs not found, sending 404
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
drpngx commentedon May 6, 2017
Just checking that it's not a windows issue, @guschmue @vit-stepanovs do you guys run tensorboard on windows and is it working well for you?
guschmue commentedon May 7, 2017
Works fine on master and 1.1 as far I can tell.
Above log shows tensorboard finds one 1 scalar, maybe the data in the scalar is not valid ?
MMCMA commentedon May 7, 2017
I have tried the same for a different dir which used to work but no longer returns anything. here is the log of inspect:
The browser loads the tensorboard page, but it displays the following error under the scalar tab:
Yilong94 commentedon May 8, 2017
Facing the same issue as well. I am not sure if it is because of the logdir path such that it is unable to identify the Event file.
guschmue commentedon May 8, 2017
does a simple app like https://gist.github.com/guschmue/fef2018cefb327c45f7619e26f530837 this works?
MMCMA commentedon May 8, 2017
no, not for me. The dir is not empty, I see the tfevents file in there, but once more the same error log in the browser.
Ipaulsen commentedon May 10, 2017
I am also seeing the same thing :(
Starting TensorBoard 47 at http://0.0.0.0:6006 (Press CTRL+C to quit) WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404 WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404 WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404 WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404
I see the tensorBoard at http://0.0.0.0:6006
no event data though
Ipaulsen commentedon May 10, 2017
Looks like this known issue it was fix in a later version. Got mine working by -
pip uninstall tensorflow
then
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0-py2-none-any.whl
This is for python 2.7
MMCMA commentedon May 10, 2017
well, I am not sure if downgrading to tf.version <1.0.0 is the solution here.
Ipaulsen commentedon May 11, 2017
Your probably right cherry picking the patch is better until next release.
MMCMA commentedon May 12, 2017
I just want this issue to be resolved, going forward it should be in the interest of everyone to achieve a more permanent fix. In the mean time #9854 has a fix for getting tensorboard working for version1.1.0.
tensorboard --logdir==training:model_dir --host=127.0.0.1
30 remaining items
apodemakeles commentedon Nov 23, 2017
same issue, tensorflow 1.4, tensorboard 0.4.0rc, windows 7, anaconda, py3.6
tensorboard --logdir==training:log_dir --host=127.0.0.1
works
ppaulggit commentedon Dec 17, 2017
Just update the tensorflow version or try to open tensorboard in your logdir
tensorboard --logdir=your_log_dir/your_speciafy_log_dir
or open tensorboard in your specific logdir
tensorboard --logdir=your_specific_log_dir
these two type can works, because the it depends on which path you open tensorboard
slideWXY commentedon Dec 22, 2017
replace " space " in your path location by renaming directories
That's work really well
Hope that will work for you guys 👍
alberduris commentedon Mar 14, 2018
I get this problem eventually. I don't know why sometimes it works and sometimes doesn't, but the work around is opening it with Firefox.
I can't really understand how a Google Product like Tensorboard doesn't work on Chrome and does it on Firefox, but that's it.
Same as #10611
Carolzheng commentedon Apr 19, 2018
Same issue. And it was working properly this morning until suddenly I get this error. I'm on Ubuntu 16.04 with python 3.6 and tensorflow 1.7.0, GPU version.
tensorboard --logdir==training:log_dir --host=127.0.0.1 worked for me. But absolutely no idea why it didn't work and why it worked.
toiara commentedon Apr 22, 2018
Faced the same issue. I'm on Win10 with python 3.6 and tensorflow 1.6 GPU.

I found the work around.
It is opening GRAPHS with Edge.
alaakh42 commentedon Apr 30, 2018
I was facing this problem on a Linux machine,
I discovered that this happened because I was in the directory of logs folder and by going back to the parent directory, and then issuing the command
tensorboard --logdir==training:path_to_logs/logs_folder_name --host=127.0.0.1 --port=6007
It worked fine.
diegovalenzuelaiturra commentedon Jul 10, 2018
I've done this :) and it worked for me
https://stackoverflow.com/questions/48684755/tensorboard-doesnt-show-scalars-anymore
kirankumarkv commentedon Feb 4, 2019
Had the same problem of graphs not populating with windows 10
tensorboard --logdir=training:log_dir --host=127.0.0.1
Hence specified just the directory containg training information
tensorboard --logdir=training --host=127.0.0.1