From 242fdcdfd1026428eb90052ccb362a341f1d4c2a Mon Sep 17 00:00:00 2001 From: amusi Date: Tue, 29 Dec 2020 13:39:10 +0800 Subject: [PATCH] add GAN-Case-Study --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c850293..0d7e126 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,8 @@ If you want to contribute to this list (please do), send me a pull request. - [Contrastive-Learning](https://github.com/HobbitLong/PyContrast/blob/master/AWESOME_CONTRASTIVE_LEARNING.md) - [Data Augmentation](https://github.com/AgaMiko/data-augmentation-review) - [Emebedded AI](https://github.com/ysh329/awesome-embedded-ai) -- GAN +- GAN(Generative Adversarial Networks) + - [GAN-Case-Study](https://github.com/pshams55/GAN-Case-Study) - [really-awesome-gan](https://github.com/nightrome/really-awesome-gan) - [AdversarialNetsPapers](https://github.com/zhangqianhui/AdversarialNetsPapers) - [the-gan-zoo](https://github.com/hindupuravinash/the-gan-zoo)