b2220333 / BEGAN-keras

A Keras implementation of the BEGAN Paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Keras implementation of the BEGAN Paper


Languages

Language:Python 100.0%