odegeasslbc / FastGAN-pytorch

Official implementation of the paper "Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis" in ICLR 2021
GNU General Public License v3.0
600 stars 100 forks source link

conditioning the image generation #48

Open sambatra opened 2 years ago

sambatra commented 2 years ago

Hi,

This is a great and neat implementation. I was wondering if there is a simple way to implement conditioning (on image label) like a conditional GAN. I did try the standard approach used in cGAN but it was not successful. Could you please point me in the right direction?

Cheers,

szy96 commented 1 year ago

have you ever solve the problem? I'm also confused about it. Thanks