Converting Tensorboard logging files to CSV, JSON, or Dataframes

Hello!

My goal is to send tensorboard logging data that is already implemented to grafana for visualization. However, I do not know how to approach accessing the data that is being logged. Since tensorboard logging files aren’t a typical data format, I am thinking that it must be converted to something more common. If anyone has advice for data conversion, it would be greatly appreciated.

My hope is that I will be able to send the data to Prometheus and then Grafana.

Thank you

Did you find a solution? I want to do the same thing.