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

Links don't work with %tensorboard in Colab #1198

Open
skye opened this issue Jan 3, 2025 · 2 comments
Open

Links don't work with %tensorboard in Colab #1198

skye opened this issue Jan 3, 2025 · 2 comments

Comments

@skye
Copy link
Member

skye commented Jan 3, 2025

Internal links don't seem to work when using the embedded tensorboard profiler with Colab. For example, the graph viewer link from the trace viewer opens a new tab to the profile overview page (this might be useful itself, but the links in the new tab also don't work). Presumably it should open the graph viewer within the iframe.

Example: https://colab.research.google.com/drive/1aGvUY_jc4JVltoU9HeirQnN1kVvVyiB8?usp=sharing

@zzzaries
Copy link
Collaborator

zzzaries commented Jan 3, 2025

Hi Skye,
There are changes being made in Tensorboard to enable the deep link of the profiler plugin, you could try update the run environment, and it should be working with a minimum tensorboard version of 2.17.0 and stable tbp version.
Also it will open a new tab in the chrome (not within the iframe), mainly to support the crosslinks more generally for cases other than colab as well.

@zzzaries
Copy link
Collaborator

zzzaries commented Jan 3, 2025

for reference, a quick workaround would be:

!pip install tensorboard --upgrade

and restart the environment and relaunch the tensorboard with plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants