How to generate GAN images with pretrained GAN network stored in a .mat file
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Raynier Suresh
le 2 Déc 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 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!