-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Download PNG is totally blank using tensorboard 1.5.0 #924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The Graphs URLs are also different and related to image file names, which might help this issue:
|
Thanks for the report. I wonder if the URL issue might be a red herring - PR #265 which added support for passing windows drive names as logdirs without having the drive interpreted as a run name. So in 1.5.0 I'll see if I can repro this on non-windows. |
Yep, I can definitely reproduce this! We will investigate. |
Actually, this has the same root cause as the minimap breakage fixed by #899, so #899 should also have fixed this issue. If you install |
@nfelt Thanks for your feedback. I'll update to tensorboard 1.5.1 after it's released. |
Closing this out since TensorBoard 1.5.1 has now been released and should fix this issue. |
ubtuntu16.04, i use docker tensorflow-gpu 1.12.0, in docker use tensorboard , open chrome https://local:6006, show graph, but i push bottom download png, graph_run=.png also is blank, how it why |
Everything is okay with my Tensorboard, but when I try to download PNG, the downloaded file seems to be broken? |
I think I also have the same problem. In the tensorboard on collab, download PNG gives "Failed- Forbidden" message. Is there any way to download the .png image. |
Issue description
Image generated on "Download PNG" is totally blank with tensorboard 1.5.0.
Image generated on "Download PNG" is fine after replaced tensorboard 1.5.0 with tensorboard 0.4.0.
Environment
Issue Steps
Run
tensorboard --logdir=C:\tmp
, then open tensorboard (port 6006) in Chrome browser.Click
Download PNG
on the left sidebar ofTensorBoard
-GRAPHS
.graph_large_attrs_key=_too_large_attrs&limit_attr_size=1024&run=.png
3.06 KB
Recovery Steps
Download "tensorflow_tensorboard-0.4.0-py3-none-any.whl" on PYPI
pip3 install tensorflow_tensorboard-0.4.0-py3-none-any.whl
. After installation tensorboard 0.4.0, the tensorflow version is still 1.5.0.Use the same log in Issue Step 2. Run
tensorboard --logdir=C:\tmp
, then open tensorboard (port 6006) in Chrome browser.Click
Download PNG
on the left sidebar ofTensorBoard
-GRAPHS
.graph_large_attrs_key=_too_large_attrs&limit_attr_size=1024&run=D%5C.png
11.9 KB
495 * 286
The text was updated successfully, but these errors were encountered: