From 1746ac463af7cb12e536b165adfc40288656a76b Mon Sep 17 00:00:00 2001 From: Rishikesh Date: Fri, 30 Dec 2016 21:04:20 +0530 Subject: [PATCH] Adding mnist_acgan.py example link in README (#4876) --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/README.md b/examples/README.md index 1d98c1554..952658b98 100644 --- a/examples/README.md +++ b/examples/README.md @@ -48,6 +48,9 @@ Compares different LSTM implementations on the IMDB sentiment classification tas [lstm_text_generation.py](lstm_text_generation.py) Generates text from Nietzsche's writings. +[mnist_acgan.py](mnist_acgan.py) +Implementation of AC-GAN ( Auxiliary Classifier GAN ) on the MNIST dataset + [mnist_cnn.py](mnist_cnn.py) Trains a simple convnet on the MNIST dataset.