Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.02 KB

Generative Adversarial Networks

This repository contains implementation of various architectures of Generative Models.

Implemented architectures

  • GANs
  • Wasserstein GANs
  • WGAN with gradient penalty
  • StyleGAN

Prerequisites

  • Pytorch
  • Numpy

Usage of GPU is highly recommended.

Datasets used

References