znxlwm / pytorch-generative-model-collections

Collection of generative models in Pytorch version.
2.6k stars 548 forks source link

Can you create an implementation of a BiGAN/AliGAN? #19

Open arunpatro opened 5 years ago

arunpatro commented 5 years ago

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?