Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 609 Bytes

Assigntment for Generative Networks class (P)

Competitive Problem Solving with Deep Learning (Sommersemester 2018)

Requirements

  • Tensorflow (CPU version is fine)
  • Keras
  • matplotlib
  • numpy

pip install -r requirements.txt

Problem: Condition the number generation process on MNIST.

Original GAN output:

Original GAN

Conditional GAN output (goal):

Conditional GAN

Adapted from https://github.com/eriklindernoren/Keras-GAN