From 9ef283b168a2c5d262bcc48eeba511ac357c0349 Mon Sep 17 00:00:00 2001 From: Tim Sainburg Date: Mon, 16 Nov 2020 20:28:56 -0800 Subject: [PATCH] update readme for gaia --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 146e4cf..534a9da 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ VAE-GAN combines the VAE and GAN to autoencode over a latent representation of d ### Generative adversarial interpolative autoencoder (GAIA) ([article](https://arxiv.org/abs/1807.06650)) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/timsainb/tensorflow2-generative-models/blob/master/5.0-GAIA-fashion-mnist.ipynb) -GAIA is an autoencoder trained to learn convex latent representations by adversarially training on interpolations in latent space projections of real data. +GAIA is an autoencoder trained to learn convex latent representations by adversarially training on interpolations in latent space projections of real data. This is an experimental modification of the original algorithm. For the original algorithm, see here: https://github.com/timsainb/gaia ![generative adversarial interpolative autoencoding network](imgs/gaia.png)