From abe0c6abb1eef2d615c1c281fdb3d7dc9ed9cf33 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Wed, 30 Sep 2020 20:49:06 +0530 Subject: [PATCH] cyclegan link --- labml_nn/__init__.py | 1 + readme.md | 1 + 2 files changed, 2 insertions(+) diff --git a/labml_nn/__init__.py b/labml_nn/__init__.py index da4c3ac4..65829942 100644 --- a/labml_nn/__init__.py +++ b/labml_nn/__init__.py @@ -30,6 +30,7 @@ and #### ✨ [Generative Adversarial Networks](http://lab-ml.com/labml_nn/gan/) * [GAN with a multi-layer perceptron](http://lab-ml.com/labml_nn/gan/simple_mnist_experiment.html) * [GAN with deep convolutional network](http://lab-ml.com/labml_nn/gan/dcgan.html) +* [Cycle GAN](http://lab-ml.com/labml_nn/gan/cycle_gan.html) ### Installation diff --git a/readme.md b/readme.md index c97443ba..6ff0c896 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,7 @@ and #### ✨ [Generative Adversarial Networks](http://lab-ml.com/labml_nn/gan/) * [GAN with a multi-layer perceptron](http://lab-ml.com/labml_nn/gan/simple_mnist_experiment.html) * [GAN with deep convolutional network](http://lab-ml.com/labml_nn/gan/dcgan.html) +* [Cycle GAN](http://lab-ml.com/labml_nn/gan/cycle_gan.html) ### Installation