Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 391 Bytes

Readme.md

File metadata and controls

18 lines (12 loc) · 391 Bytes

TensorFlow-GAN: Generative Adversarial Network in TensorFlow

This is a basic GAN implementation with an aim to understand the core concepts behind "generative models via an adversarial process".

Requires:

  • Python (>= 3.5)
  • TensorFlow (>= 1.0.1)
  • NumPy
  • Matplotlib

Outputs:

These are some of the generated images:

image_1 image_2