Skip to content
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

Tensorboard failed to visualize embedding #2131

Closed
randxie opened this issue Sep 16, 2019 · 6 comments · Fixed by #2140
Closed

Tensorboard failed to visualize embedding #2131

randxie opened this issue Sep 16, 2019 · 6 comments · Fixed by #2140
Assignees
Labels
status/triaged Whether the issue has been explicitly triaged

Comments

@randxie
Copy link

randxie commented Sep 16, 2019

What happened:
The tensorboard UI failed to render embedding. It will get frozen with "computing PCA" and then the page becomes unresponsive.
failed

What did you expect to happen:
Here's a normal tensorboard output.
expected

What steps did you take:
I tried to upgrade the tensorboard version in the pod but no luck.

@neuromage
Copy link
Contributor

Are you relying on a specific new version of Tensorboard? Can you reproduce the 'freeze' on a local machine using TB 1.11? This is the version we currently deploy in Pipelines:

c.Image = "tensorflow/tensorflow:1.11.0"

/cc @jingzhang36

@randxie
Copy link
Author

randxie commented Sep 17, 2019

Hi @neuromage , thanks for pointing me to the image version. I downgraded my tensorflow version to 1.11 and was able to reproduce the error. Looks like such visualization requires TF 1.13.

@neuromage
Copy link
Contributor

Ah ok makes sense. I think we can upgrade our TB version.
@jingzhang36 do you foresee any issues with this? If not, I'll go ahead and send a PR out in the morning.

@jingzhang36
Copy link
Contributor

@neuromage Thanks for looking into this! Please go ahead with the version bump.

@randxie
Copy link
Author

randxie commented Sep 17, 2019

Btw, is there a way we can upgrade the tensorboard version in an existing cluster?

@jessiezcc
Copy link
Contributor

@randxie, can you pls close this issue since it seems the issue is being resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triaged Whether the issue has been explicitly triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants