Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.27 KB

File metadata and controls

48 lines (37 loc) · 1.27 KB

Progressive Growing of GANs for Improved Quality, Stability, and Variation

— Unofficial PyTorch implementation of the ICLR 2018 paper

Below images were generated by this repository

Contents

Installation

git clone https://github.com/borhanMorphy/progressive-gan.git
cd progressive-gan
pip install .

Pretrained Models

Dataset Configuration Resolution Link
MNIST mnist 32 x 32 -

References

Citations

@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},
}