Exporting Tensorboard computation graph as vector graphics

依然范特西╮ 提交于 2019-11-30 18:03:53

问题


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)



来源:https://stackoverflow.com/questions/40952970/exporting-tensorboard-computation-graph-as-vector-graphics

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!