pytorch-generative-model-collections
pytorch-generative-model-collections copied to clipboard
Can you create an implementation of a BiGAN/AliGAN?
The generative model community is also interested in understanding a lot of about images from their latent representations. This is where BiGAN/AliGAN come into play.
BiGAN: https://arxiv.org/abs/1605.09782 https://github.com/jeffdonahue/bigan
AliGAN: https://arxiv.org/abs/1606.00704 https://github.com/IshmaelBelghazi/ALI
Will you also accept BiGAN/AliGAN PR?