Pytorch implementation of LSGAN for generating MNIST images.
Run commands (also available in scripts.sh):
| Dataset | Run command |
|---|---|
| MNIST | python main.py --dataset mnist --epochs 50 |
| Fashion MNIST | python main.py --dataset fashionmnist --epochs 100 |
| USPS | python main.py --dataset usps --epochs 100 --image_size 16 |

