Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages