You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/31 06:37:33 UTC

[GitHub] anjiang2016 edited a comment on issue #7215: How to Save visualized networks in jpg/png?

anjiang2016 edited a comment on issue #7215: How to  Save   visualized networks in jpg/png?
URL: https://github.com/apache/incubator-mxnet/issues/7215#issuecomment-417566957
 
 
   mxnet import the Digraph to display the networks photo pic, so u can use the function digraph.view() to display, and u can use function render() to save the image, the example code 
   `digraph = mx.viz.plot_network(net, save_format = 'jpg')`
   `digraph.view()`
   `digraph.render()`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services