writing trained neural network to .xml file
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone.
My question is how to save trained net into a .xml file
can we use the following?
xmlwrite('net.xml', net);
but it will show a lot of weird error. so how can i do that? any suggestions will be appreciated.
Regards
回答 (1 件)
madhan ravi
2018 年 10 月 18 日
編集済み: madhan ravi
2018 年 10 月 18 日
And see
1 件のコメント
Shashwat Ganguly
2018 年 10 月 30 日
I tried struct2xml as described. However it still shows an error - NET is not a structure (NET being the trained neural network file). Please help.
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!