BigGAN seems to be the best for supervised GANs, while StyleGAN seems to be the best for unsupervised GANs. Has anyone tried adding labels (class information) to the latent space in a StyleGAN generator? I wonder if StyleGAN could be used with ImageNet.
I was conditioning on a bit vector of all 40 CelebA attributes. The code is straightforward: 1) save -labels.npy file with binary attributes in a bit vector while creating CelebA-HQ TFRecord files 2) train StyleGAN with 'cond' option.