You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: