How Can I Auto-save an Image of Neural Network Architecture

I'm using the Neural Network Toolbox to test a variety of architectures in fitting my data.
view(net) makes some nice looking figures, like this:
but I can't figure out how to automatically save them with the rest of my output.
I was hoping to save to a PNG like you can with figures, etc.
I tried using findall() to get a handle for the figure, but it looks like it's a Java object or something (I'm not sure how to deal with that).
Any advice?

回答 (3 件)

Greg Heath
Greg Heath 2013 年 9 月 14 日

0 投票

This question has been asked by me in the past. Try searching using a subset of
neural save view greg
The answer was probably given by Mark Beale.
Greg Heath
Greg Heath 2013 年 9 月 14 日

0 投票

I couldn't find the post online and my computer with MATLAB is down. I'm pretty sure it was done by assigning a name or figure number. Try help view or doc view to find what alternatives to the syntax view(net) are available.
Adam
Adam 2015 年 10 月 5 日

0 投票

Try going here, it looks like the window that pops up from net.view() is a pure java object that cannot be accessed using handles and set() get() functions.

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

Ian
2013 年 9 月 13 日

回答済み:

2015 年 10 月 5 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by