stylegan2-pytorch
stylegan2-pytorch copied to clipboard
Multiclass training and inference
I'd like to stylegan2-pytorch for a multiclass dataset.
The idea is to train the GAN with multiclass.
And during the inference, ask the GAN for an image with multiples tags. I.e. generate an image tagged as 'boat', 'sunset' and 'people'
Is it possible with stylegan2-pytorch?
@virilo not at the moment unfortunately, there is actually another issue open for that https://github.com/lucidrains/stylegan2-pytorch/issues/194