This repository is the implementation of some architectures of GANs. I'll be working on this repository on and off, but the plan is to implement the following:
- DCGAN
- ConditionalGAN
- WGAN
- WGAN-GP
python3 -m pip install -r requirements.txt
python3 mnist.py