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

6 次查看(过去 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?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by