Skip to content

ChihchengHsieh/AttnGAN_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference

Paper:

AttnGAN: Fine-Grained Text to Image Generation with Attentional Generative Adversarial Networks

https://arxiv.org/pdf/1711.10485.pdf

Code from:

https://github.com/taoxugit/AttnGAN

AttnGAN_Structure

Interesting DAMSM Loss functions

img

img

img

In terms of the running time..

It took more than 1 minute to finish a batch of data. And, the batch size is 2. So, it's definitely not a toy for my laptop. img

Simplification

everything.pickle

The code has been simplified a lot for learning purpose. Whole text data has been dumped to just one pickle file. And, one line of code can help you to load all of them. The deployment related codes have been deleted since this implementation is just for learning the structure. However, this simplification has hurt the flexibility.

Use InfoGAN in this structure? (With attention)

About

AttnGAN_Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published