Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 613 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 613 Bytes

Pytorch Implementation of "Progressive growing GAN (PGGAN)"

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.

  1. python3 compatability
    the original repository crash for some reason when used with python3
  2. use visdom instead of tensorboard
    which is lightweight, doesn't require tensorflow and IMO a better visualization framework overall.