A Tensorflow implementation of the Text Conditioned Auxiliary Classifier Generative Adversarial Network for Generating Images from text descriptions (https://arxiv.org/abs/1703.06412)
Stars
105
Forks
33
Watchers
105
Open Issues
11
Overall repository health assessment
No package.json found
This might not be a Node.js project
68
commits
1
commits
[moderate] updated the default t_dim to 256 and updated the default filter sizes of the Discriminator network
f6e7257View on GitHub[minor] documentation and some minor fixes in the scripts
acc45c8View on GitHub[minor] documentation and some minor fixes in the scripts
e29c921View on GitHub[minor] documentation and some minor fixes in the scripts
9b91c5eView on GitHub[minor] documentation and some minor fixes in the scripts
e58f892View on GitHub[minor] documentation and some minor fixes in the scripts
137c4d2View on GitHubMerge branch 'master' of https://github.com/dashayushman/TAC-GAN
b0c9868View on GitHub[add] added a file for generating images from any text
ee33bddView on GitHubadded a new requirements.txt file. TODO: need to train a model and then extract data to calculate MS-SSIM before updating the documentation
0dd8034View on GitHub[major] added a script for calculating inception score
5e026fbView on GitHub