sandeep-krishnamurthy commented on a change in pull request #12419: [MXNET-580] [WIP] Add SN-GAN example URL: https://github.com/apache/incubator-mxnet/pull/12419#discussion_r216546123
########## File path: example/gluon/sn-gan/README.md ########## @@ -0,0 +1,38 @@ +# Spectral Normalization GAN + +This example implements [Spectral Normalization for Generative Adversarial Networks](https://openreview.net/pdf?id=B1QRgziT-) based on [CIFAR10](https://www.cs.toronto.edu/~kriz/cifar.html) dataset. + +## Usage + +Example runs and the results: + +```python +python train.py --use-gpu --data-path=data/CIFAR10 Review comment: Write a note that user needs to download CIFAR10 dataset ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
