I want to inspect all values for a scalar in my event file. I don't want the aggregate statistics as returned by
tensorboard --inspect --event_file <summary_file> --tag <scalar_tag>
I want all information sufficient for reconstructing the scalar graph (i.e. the unsummarized ordered (x,y) pairs).
How can I do this either with tensorboard
or the TF Python API?