Search code examples
tensorflowtensorboard

How to download graphs from tensorboard?


I have trained a model and checking its log in tensorboard. It shows a few graphs and gives me the option to download CSV or JSON, but I want the exact graph that they show on their portal. Here is how it looks: Accuracy graph

Is there any way to download it in PNG or SVG format?


Solution

  • Click the checkbox "Show data download links" at the top left. This will add a download icon below the chart to download the chart in SVG format tensorboard