genforce / sefa

[CVPR 2021] Closed-Form Factorization of Latent Semantics in GANs
https://genforce.github.io/sefa/
MIT License
964 stars 108 forks source link

BigGAN #6

Closed sagiebenaim closed 3 years ago

sagiebenaim commented 3 years ago

Hi,

Would it be possible to release the model used to produce the BigGAN results in the paper?

Thanks, Sagie

ShenYujun commented 3 years ago

Please refer to this repo.

sagiebenaim commented 3 years ago

Thanks for the quick response!

How can I use it within this code? I imagine there needs to be a separate generator and discriminator file for BigGAN, any additional methods to implement?

ShenYujun commented 3 years ago

The BigGAN model is implemented here.

katjaschwarz commented 3 years ago

Hi, thanks for this great work! Regarding BigGAN: did someone implement this yet in this codebase? Currently, I think the only supported architectures seem to be pggan, stylegan and stylegan2.