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

How to export data from histogram charts in Tensorboard? #6718

Open
hkebbb opened this issue Jan 10, 2024 · 1 comment
Open

How to export data from histogram charts in Tensorboard? #6718

hkebbb opened this issue Jan 10, 2024 · 1 comment

Comments

@hkebbb
Copy link

hkebbb commented Jan 10, 2024

No description provided.

@qihach64
Copy link
Contributor

There is no built-in export feature in TensorBoard for exporting histogram charts right now.

Depending on your use cases,
if you simply need the sampled data shown in the UI, you can inspect the http response using browser inspector, e.g.
check the /histogram call response
image
in histogram plugin page or
check the /timeseries call response image

Otherwise, support exporting the original histogram data is currently not in our top priority list. See #1275 .

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