How to generate GAN images with pretrained GAN network stored in a .mat file
5 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Raynier Suresh
on 2 Dec 2020
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 Comments
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!