/PyTorch-GANs

PyTorch implementations of Generative Adversarial Networks

Primary LanguagePythonMIT LicenseMIT

GANs PyTorch Implementations

Introduction

The main aim of this repository is to implement each Generative Adversarial Network with extra features by using PyTorch.

Contents

  • Basic GAN PyTorch Implementation
  • DCGAN PyTorch Implementation
  • WGAN PyTorch Implementation
  • CGAN PyTorch Implementation
  • Pix2Pix CGAN PyToch Implementation

Features will be added

  • Will be a HUB called GAN-HUB
  • Support for every kind of Datasets
  • Support for pip installation