Submitted by abc220022 t3_100y331 in MachineLearning
dark-ascension t1_j2lx7hh wrote
In Conditional GANs, the condition(class label) is prefixed to the latent space random vector, ie. The input vector becomes one-hot-class + rv. You can learn the 'conditions ' such as style by joint training. I believe similar concept can be applied to transformers, judging from the other answers.
Viewing a single comment thread. View all comments