How to generate GAN images with pretrained GAN network stored in a .mat file
조회 수: 1 (최근 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!