GANs Tutorial Implementation of GANs, DCGANs, CGANs, WGANs, and etc. with pyTorch for only MNIST Requirements python 3.6 (Anaconda) pytorch 0.3.1 Implementation List GANs Vanilla GANs (PyTorch) Conditional GANs (PyTorch) DC GANs (PyTorch) Wasserstain GANs with MLP (PyTorch)