diff --git a/README.md b/README.md index 76883087..23a5fc7a 100755 --- a/README.md +++ b/README.md @@ -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]. The following is the model architecture. ![Model architecture](http://i.imgur.com/dNl2HkZ.jpg)