Exporting Tensorboard computation graph as vector graphics

后端 未结 1 916
忘掉有多难
忘掉有多难 2021-01-05 22:51

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条回答
  •  甜味超标
    2021-01-05 23:31

    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

    0 讨论(0)
提交回复
热议问题