Skip to content

laraconda/stylegan-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StyleGAN Pytorch

Easy to read and documented implementation of StyleGAN in Pytorch.

Requirements:

  • torch
  • torchvision
  • tensorboard
  • torchsummary

For documentation:

  • sphinx
  • numpydoc
  • sphinx-rtd-theme

Training

Run:

Before starting the training process, make sure the settings (found in src/settings.py) are correctly configured for your needs.

python src/training/train.py

Visualizing with tensorboard:

On a new terminal:

tensorboard --logdir=summaries/[summary-name]

Generate documentation

Inside the /doc folder:

make html

To delete the html files:

make clean

Important

This project only works with square images.

This is an implementation of StyleGAN 1.

Based on the works of:

About

Easy to read implementation of StyleGAN in Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages