— Unofficial PyTorch implementation of the ICLR 2018 paper
Below images were generated by this repository
git clone https://github.com/borhanMorphy/progressive-gan.git
cd progressive-gan
pip install .
Dataset | Configuration | Resolution | Link |
---|---|---|---|
MNIST | mnist | 32 x 32 | - |
@article{karras2017progressive,
title={Progressive growing of gans for improved quality, stability, and variation},
author={Karras, Tero and Aila, Timo and Laine, Samuli and Lehtinen, Jaakko},
journal={arXiv preprint arXiv:1710.10196},
year={2017},
url={https://arxiv.org/abs/1710.10196},
}