github-pengge / PyTorch-progressive_growing_of_gans

PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.
580 stars 98 forks source link

Trying to understand the training of PG-GAN with multiple class labels #22

Open prash030 opened 6 years ago

prash030 commented 6 years ago

Hi @github-pengge Thanks for the implementation!

I have a question, and I was wondering if I can get your thoughts: Does your implementation train on multiple classes and can generate images of a given input class (while testing)? Any insights on multi-class generation will be much appreciated.

Thanks in advance!