• Stars
    star
    186
  • Rank 200,740 (Top 5 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks

pytorch-GAN

A minimal implementaion of DCGAN/WGAN in PyTorch with jupyter notebooks. This is the first program I write in PyTorch when I was learning PyTorch.

NOTE, I've rewriten it to make it even simpler