'embeddingLayer' is used in Train Conditional Generative Adversarial Network (CGAN).
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Archana K N
am 2 Apr. 2024
Kommentiert: Archana K N
am 3 Apr. 2024
'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 Kommentare
Akzeptierte Antwort
Taylor
am 2 Apr. 2024
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Verification, Validation, and Test finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!