ACGAN: Difference multiplication and concatenation of embedding and noise
Author: ghostCreated Jan 3, 2022Updated Jan 3, 2022
Hi, I noticed that you multiply the class embedding vector and the noise vector to generate the input of the model. In other ACGAN implementations I noticed that the noise and class embeddings vector were concatenated.
Should one method be preferred over the other or do they have the same result?
Thank you in advance!
Source: eriklindernoren/Keras-GAN