From e06671856c7947499bbaeed4207cb7f436a20c3e Mon Sep 17 00:00:00 2001 From: Aladdin Persson Date: Sat, 15 May 2021 15:03:33 +0200 Subject: [PATCH] stylegan, esrgan, srgan code --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f4e4f9..feef5a1 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ If you have any specific video suggestion please make a comment on YouTube :) * [![Youtube Link][logo]](https://youtu.be/SuddDSqGRzg)   [Pix2Pix](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/Pix2Pix) * [![Youtube Link][logo]](https://youtu.be/4LktBHGCNfw)   [CycleGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/CycleGAN) * [![Youtube Link][logo]](https://youtu.be/nkQHASviYac)   [ProGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/ProGAN) -* [![Youtube Link][logo]]()   [SRGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/SRGAN) -* [![Youtube Link][logo]]()   [ESRGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/ESRGAN) -* [![Youtube Link][logo]]()   [StyleGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/StyleGAN) - NOTE: NOT DONE +* [SRGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/SRGAN) +* [ESRGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/ESRGAN) +* [StyleGAN](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/StyleGAN) - NOTE: NOT DONE