PyTorch implementation of PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION
Check the original repository for detail description. This repository introduces 2 major changes.
- python3 compatability
the original repository crash for some reason when used with python3 - use visdom instead of tensorboard
which is lightweight, doesn't require tensorflow and IMO a better visualization framework overall.