How to generate GAN images with pretrained GAN network stored in a .mat file

6 views (last 30 days)
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?

Answers (1)

Raynier Suresh
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:

Categories

Find more on Images in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!