Skip to content

PyTorch Implementation of the paper - 'Generative Adversarial Text to Image Synthesis' from ICML 2016 https://arxiv.org/abs/1605.05396

License

Notifications You must be signed in to change notification settings

jayybhatt/Text-to-Image-Synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Image-Synthesis

PyTorch Implementation of the paper - 'Generative Adversarial Text to Image Synthesis' from ICML 2016 [ https://arxiv.org/abs/1605.05396 ]

Please refer the report.pdf for overview of the process and details regarding the implementation.

The original paper implemented 4 methods

  • GAN
  • GAN-CLS [Matching-aware discriminator]
  • GAN-INT [Learning with manifold interpolation]
  • GAN-INT-CLS [Combination of above two methods]

However, this code only contains the Pytorch implementation of GAN-CLS.

Please refer the original paper [ https://arxiv.org/abs/1605.05396 ] for the details of other methods.

About

PyTorch Implementation of the paper - 'Generative Adversarial Text to Image Synthesis' from ICML 2016 https://arxiv.org/abs/1605.05396

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages