This code is the Pytorch implementation of Deep Convolutional Generative Adversarial Networks on MNIST and Anime dataset.
Anime dataset can be downloaded from https://zhuanlan.zhihu.com/p/24767059 or https://drive.google.com/drive/folders/1qDhrjL0iz9rKb5t90Iy81pJKKCy9zNXx?usp=sharing
- python(3.6)
- pytorch(0.3.1)
The network was trained for 50 epochs in MNIST dataset,
epoch:10 | epoch:20 | epoch:50 |
The network was trained for 200 epochs in Anime dataset.
epoch:10 | epoch:50 | epoch:200 |