Qihang
Qihang
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,...
Hi, could you try inspecting the file directly via `tensorboard --inspect --event_file` ? Here is [an example usage](https://github.com/tensorflow/tensorboard/blob/71147ebd5eeaeab2b1a08ba92025ed3d3b763f84/tensorboard/backend/event_processing/event_file_inspector.py#L19) of the cmd. It does look like the event file is unable...
Thank you for the feature suggestion! While it's not currently in our immediate plans, we will keep monitoring the demand for this feature.