Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conditioning the image generation #48

Open
sambatra opened this issue Aug 16, 2022 · 2 comments
Open

conditioning the image generation #48

sambatra opened this issue Aug 16, 2022 · 2 comments

Comments

@sambatra
Copy link

sambatra commented Aug 16, 2022

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
Copy link

szy96 commented Mar 9, 2023

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

@dangtr0408
Copy link

dangtr0408 commented Oct 24, 2024

I recently implemented one by conditioning the SLE layers. There are many other approaches as well, like ACGAN, which works great for fewer classes. I recommend looking at Projected GAN, they implemented conditional Batchnorm in their FastGAN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants