/acgan_chainer

ACGAN implementation with Chainer

Primary LanguagePythonMIT LicenseMIT

ACGAN

ACGAN implementation with Chainer.

My implementation supports only for CIFAR-10. The architecture is different from the listed architecture of the original paper.

Result

The following generated image is at the 50000 iteration.

iter_50000

Requirements

Python and main packages version are as follows:

  • Chainer 4.4.0
  • CuPy 4.4.1
  • PIL 5.2.0

Usage

Just run the main script.

python train_main.py

References