From 02ed0434801ebde5394388f40ec588418abb32c3 Mon Sep 17 00:00:00 2001 From: P-Swati <43266293+P-Swati@users.noreply.github.com> Date: Mon, 21 Oct 2019 11:23:13 +0530 Subject: [PATCH 1/2] Typo fixes in Readme.md Simple typo fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 521dd11..6dbbfb9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## models - dcgan 64, 128 -- self-attension GAN +- self-attention GAN From 9b877f3759ff5c8f42e5d8d380dccfdbe6440ad1 Mon Sep 17 00:00:00 2001 From: P-Swati <43266293+P-Swati@users.noreply.github.com> Date: Mon, 21 Oct 2019 11:25:04 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbbfb9..010327a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ## Bibliography -[1] [PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION](https://arxiv.org/abs/1710.10196) +[1] [PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION](https://arxiv.org/abs/1710.10196)
[2] [Self-Attention Generative Adversarial Networks](https://arxiv.org/abs/1805.08318)