Open mlavrent opened 7 years ago
I am trying to repro on FF 54 for Ubuntu. Which of these 2 buttons did you click to full screen? Thank you!
I used the one on the left. I don't think the one on the right is even present with what I'm using. My tensorflow version is 1.2.1. Also, my mistake, I'm using firefox 54, sorry.
From your UI, it looks like you're on a pretty old version of TensorBoard. We fixed similar issues in #190, and I can't reproduce this.
When you use the latest version of TensorBoard from master, do you still see the issue?
How would I use the latest version from master? I'm pretty new to using this, so I've just been using the one that gets installed through pip.
bazel run //tensorboard -- --logdir /tmp/data
in your terminal.So should I try this in my Ubuntu 16 vm? Or will it work on Windows 10?
In theory, everything should work under Windows, but I expect that everything will be much simpler if you use a different operating system. (For instance, Bazel's Windows support is "experimental," and you certainly need Bazel.)
I'll try it in Ubuntu 16 and let you know.
When using Tensorboard, and following the following steps, the bug can be reproduced:
When this is done, the following can be seen:
As a note, this is doesn't get fixed with the built-in update data button. It does get fixed if you refresh the page.
My setup:
pip install tensorflow