Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.28 KB

Mini-ProGAN-pytorch

Quiet Simple ProGAN implementation with pytorch.

Updates

64x64 training results (On FFHQ Dataset)

random samples interpolation in latent space
64x64images 64x64walk

Lastest results trained with 600k images in one phase.

After fix some bugs about optimizer, generated images get better but still behave bad sometimes in terms of background synthesis and some details (faces always look better if the background is simple or dark). Increasing the batch size, simply showing more images or training the model to higher resolution would help.

Plans

  • Code cleaning.
  • Training results with larger resolution.
  • Pre-trained Model.
  • Adaptive and simple module for training GAN progressively.
  • Info-ProGAN.

References