Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 538 Bytes

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