From b762cbf29d8e31dd923a148e5c05b36d5fbea2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 8 May 2019 14:50:49 -0300 Subject: [PATCH] Fixed subtitle formats --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7b0a7a..dd1e005 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ 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