Skip to content

rosinality/progressive-gan-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressive GAN in PyTorch

Implementation of Progressive Growing of GANs (https://arxiv.org/abs/1710.10196) in PyTorch

Currently implemented and tested up to 128x128 images.

Usage:

python train.py -d {celeba, lsun} PATH

Currently CelebA and LSUN dataset is supported. (Warning: Using LSUN dataset requires vast amount of time for creating index cache.)

Sample

  • Sample from the model trained on CelebA

Sample of the model trained on CelebA

  • Sample from the model trained on LSUN (dog)

Sample of the model trained using LSUN (dog)

About

Implemetatin of Progressive Growing of GANs in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages