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?
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!