tensorflow: [1.2.0 rc2] Tensorboard does not show graph on Windows 10
System information
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
I used the following minimal example:
import tensorflow as tf
a = tf.constant(5)
b = tf.constant(4)
c = a+b
with tf.Session() as sess:
Writer = tf.summary.FileWriter("Test", sess.graph)
Writer.close()
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- TensorFlow installed from (source or binary):
I installed the wheel: https://ci.tensorflow.org/job/tf-master-win-gpu-cmake/lastSuccessfulBuild/artifact/cmake_build/tf_python/dist/tensorflow_gpu-1.2.0rc2-cp35-cp35m-win_amd64.whl Which is the build “694” on Jenkins of the job “tf-master-win-gpu-cmake”
On version 1.1 (provided by pip), the graph was shown correctly. I needed to update to this version to get text-events in Tensorboard.
- TensorFlow version (use command below): 1.2.0-rc2 (build 694 of job “tf-master-win-gpu-cmake”)
- Bazel version (if compiling from source): -
- CUDA/cuDNN version: 8.0/5.1
- GPU model and memory: GTX680 with 4 GB
- Exact command to reproduce:
tensorboard --logdir=Test
If I use “inspect” I get the following output:
tensorboard --logdir=Test --inspect
======================================================================
Processing event files... (this can take a few minutes)
======================================================================
Found event files in:
Test
These tags are in Test:
audio -
histograms -
images -
scalars -
tensor -
======================================================================
Event statistics for Test:
audio -
graph
first_step 0
last_step 0
max_step 0
min_step 0
num_steps 1
outoforder_steps []
histograms -
images -
scalars -
sessionlog:checkpoint -
sessionlog:start -
sessionlog:stop -
tensor -
======================================================================
I’m using Chrome Browser for Tensorboard (Firefox does not show anything for that version).
Describe the problem
No Graph is shown on Tensorboard.
Source code / logs
See above
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (8 by maintainers)
Try Firefox. I t worked for me ! ! ! On Chrome and IE, TensorBoard would not display Graphs, Histograms or Embeddings. However, FireFox 55.0.0 displayed everything. My Chrome is at 62.0.3202.94 My IE is at 11.0x On Windows 7
BTW: This issue might me the same as #9701
same problem firefox fixed it