'embeddingLayer' is used in Train Conditional Generative Adversarial Network (CGAN).
조회 수: 9 (최근 30일)
이전 댓글 표시
'embeddingLayer' is used in Train Conditional Generative Adversarial Network (CGAN).
Error in flowers_cgan (line 53)
embeddingLayer(embeddingDimension,numClasses)
When I was trying to run CGAN code given in matlab website ,"Train Conditional Generative Adversarial Network (CGAN) - MATLAB & Simulink - MathWorks India" for testing I got this error. I dont know what it means. Does it have anything to do with the embedding dimension ? Please help me in understanding the problem.
댓글 수: 0
채택된 답변
Taylor
2024년 4월 2일
Did you run the following command to open the example?
openExample('nnet/TrainConditionalGenerativeAdversarialNetworkCGANExample')
embeddingLayer is a custom layer (i.e., separate m-file) that is included with the example. You will need it to run the example.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!