/CIFAR10-DCGAN

Generate images with specific classes for the CIFAR-10 dataset using the DCGAN and BEGAN

Primary LanguageJupyter Notebook

BEGAN-keras

A Keras implementation of the Boundary Equilibrium GAN Paper

Usage

Install the necessary requirements. Import your data into the main.py file and make the appropriate parameter changes. The correctness of this implementation is still being verified.

Requirements

  • Python 3
  • Keras 1
  • Numpy
  • Matplotlib
  • Tensorflow or Theano