/BEGAN-keras

A Keras implementation of the BEGAN Paper

Primary LanguagePython

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