anjiang2016 commented 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: [email protected] With regards, Apache Git Services
