Skip to content Skip to sidebar Skip to footer

Tensorboard Doesn't Show Graphs

Hello guys, since I moved to TF 1.0 (with GPU) I haven't been able to get graph results from Tensorboard. I was trying to plot old event files (that TF 0.10 produced and I could se

Solution 1:

Are you using the newest version of TensorBoard? The file format might have changed between 0.10 and 1.0. If you have old files, you might benefit from using an older TensorBoard to inspect them.


Solution 2:

I concur.

I've experienced the same on one remote system yesterday. TensorFlow 1.0.1 GPU with Python 3 from dockerhub repository. Chrome and Firefox on Ubuntu. It doesn't show scalar graphs (though it shows network graph).

I've made sure event files have summaries in them. I tested it on two other systems: macOS+Anaconda+Python3+Tensorflow1.0.1-GPU and on Ubuntu+Chrome+NVidia-Docker+Tensorflow1.0.1-GPU-py3 and it works there.

I have no clue what causes it on one machine and what to do to fix it yet :(


Post a Comment for "Tensorboard Doesn't Show Graphs"