From cb083c8f42192d32a4bdca3f936f786ec10e15a0 Mon Sep 17 00:00:00 2001 From: Benjamin Minixhofer Date: Mon, 19 Jun 2017 18:14:15 +0200 Subject: [PATCH] fix markdown formatting in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7b0a7a..fa4e5d0 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ All images in this paper are generated by a neural network. They are NOT REAL. Full paper here: [http://arxiv.org/abs/1511.06434](http://arxiv.org/abs/1511.06434) -###Other implementations of DCGAN +### Other implementations of DCGAN * [Torch](https://github.com/soumith/dcgan.torch) * [Chainer](https://github.com/mattya/chainer-DCGAN) * [TensorFlow](https://github.com/carpedm20/DCGAN-tensorflow) -##Summary of DCGAN +## Summary of DCGAN + We - stabilize Generative Adversarial networks with some architectural constraints - Replace any pooling layers with strided convolutions (discriminator) and fractional-strided