Exporting Tensorboard computation graph as vector

2019-02-18 09:10发布

问题:

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?

回答1:

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)



标签: tensorboard