From 76f2ef0feb0f919b8d2c2660d32c72e2dacae226 Mon Sep 17 00:00:00 2001 From: zsdonghao Date: Wed, 18 Jan 2017 18:17:10 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)