tensorboard
tensorboard copied to clipboard
How to export data from histogram charts in Tensorboard?
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
in histogram plugin page or
check the /timeseries call response
Otherwise, support exporting the original histogram data is currently not in our top priority list. See https://github.com/tensorflow/tensorboard/issues/1275 .