Skip to content

Simple Pytorch Implementation of paper "Progressive Growing of GANs for improved quality, stability, and variation".

Notifications You must be signed in to change notification settings

MercuriXito/mini-progan-pytorch

Repository files navigation

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

About

Simple Pytorch Implementation of paper "Progressive Growing of GANs for improved quality, stability, and variation".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages