tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

How to export data from histogram charts in Tensorboard?

Open hkebbb opened this issue 1 year ago • 1 comments

hkebbb avatar Jan 10 '24 12:01 hkebbb

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 https://github.com/tensorflow/tensorboard/issues/1275 .

qihach64 avatar Jan 10 '24 17:01 qihach64