Skip to content

davidolima/gans-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Adversarial Networks in PyTorch

This repository is the implementation of some architectures of GANs. I'll be working on this repository on and off, but the plan is to implement the following:

  • DCGAN
  • ConditionalGAN
  • WGAN
  • WGAN-GP

Running

Install requirements

python3 -m pip install -r requirements.txt

MNIST Dataset

python3 mnist.py

About

Implementation of some architectures of GANs in PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages