-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
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:
/cc @jingzhang36 |
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. |
Ah ok makes sense. I think we can upgrade our TB version. |
@neuromage Thanks for looking into this! Please go ahead with the version bump. |
Btw, is there a way we can upgrade the tensorboard version in an existing cluster? |
@randxie, can you pls close this issue since it seems the issue is being resolved. |
What happened:
The tensorboard UI failed to render embedding. It will get frozen with "computing PCA" and then the page becomes unresponsive.
What did you expect to happen:
Here's a normal tensorboard output.
What steps did you take:
I tried to upgrade the tensorboard version in the pod but no luck.
The text was updated successfully, but these errors were encountered: