Search code examples
tensorboard

Exporting Tensorboard computation graph as vector graphics


In Tensorboard there is a button save the computation graph as a png, is there a way to export it as vector graphics like eps?


Solution

  • You can save in svg format with SVG Crowbar

    1. Bookmark the "SVG Crowbar 2"
    2. Open tensorboard and the graph you want
    3. Open your bookmarks tab, click the bookmark (it may take a long time)
    4. Download the corresponding svg (it will output lots of svg, I'm not sure which one is which)

    example