/GAN-pp

Primary LanguagePythonApache License 2.0Apache-2.0

GAN-pp

implemente Generative Adversarial Network with paddlepaddle

Pre-requisites

  1. PIL
  2. opencv-python
  3. paddlepaddle 1.8.4
  4. numpy

Install

pip install -r requirements.txt

How to use it

  1. train network
    python train.py
  1. use network for inference
    python infer.py