Skip to content

Commit

Permalink
add image to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Apr 11, 2017
1 parent 021bfcc commit d701068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Text To Image Synthesis


This is an experimental tensorflow implementation of synthesizing images. The images are synthesized using the GAN-CLS Algorithm from the paper [Generative Adversarial Text-to-Image Synthesis][2]. This implementation is built on top of the excellent [DCGAN in Tensorflow][3]. The following is the model architecture.
This is an experimental tensorflow implementation of synthesizing images. The images are synthesized using the GAN-CLS Algorithm from the paper [Generative Adversarial Text-to-Image Synthesis][2]. This implementation is built on top of the excellent [DCGAN in Tensorflow][3].

![Model architecture](http://i.imgur.com/dNl2HkZ.jpg)

Expand Down Expand Up @@ -42,7 +42,7 @@ Image Source : [Generative Adversarial Text-to-Image Synthesis][2] Paper

<a href="http://tensorlayer.readthedocs.io">
<div align="center">
<img src="result.png" width="90%" height="90%"/>
<img src="result.png" width="70%" height="70%"/>
</div>
</a>

Expand Down

0 comments on commit d701068

Please sign in to comment.