I would like to \"dump\" the tensorboard histograms and plot them via matplotlib. I would have more scientific paper appealing plots.
I managed to hack the way through t
Why not just download the raw data (as CSV or JSON) from the tensorboard plots that you want, to import and use with matplotlib? See: Can I export a tensorflow summary to CSV?