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