How to generate GAN images with pretrained GAN network stored in a .mat file
5 ビュー (過去 30 日間)
古いコメントを表示
I tweaked the example for GAN image generation and saved the trained network. How do I generate an image on another matlab document using this .mat file I trained?
0 件のコメント
回答 (1 件)
Raynier Suresh
2020 年 12 月 2 日
You can load the stored network present in the .mat file to the MATLAB workspace using the “load” command and you can use it like any other network.
Refer the below links for more information:
0 件のコメント
参考
カテゴリ
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!