From e995f2abeb149eb7805fe1228f4d3b95be079076 Mon Sep 17 00:00:00 2001 From: Amr Ahmed <52124811+eng-amrahmed@users.noreply.github.com> Date: Sat, 6 Jul 2019 15:59:54 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3e205b..b34fa9d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # vanilla-gan-tf2 -Here you will find the simplest and easy to follow TF 2.0 implementation for Generative Adversarial Network (GAN) -I made it as simple as possible for those who want to understand the main idea behind GAN +Here you will find the simplest and easy to follow TF 2.0 implementation for Generative Adversarial Network. + +I have made it as simple as possible for those who want to understand the main idea behind GAN ### What is GAN ?