WillSuen / GANs

MXNet implementation of infoGAN, WGAN, CycleGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GANs

This is mxnet implementation of Generative Adversarial Networks. Until now, I have done:

code get from MXNet examples

Train on mnist

python train_infoGAN.py --cfg cfgs/infoGAN_mnist.yaml

Train on mnist

python train_wgan.py --cfg cfgs/wgan_mnist.yaml

Train on horse&zebra

python train_cycleGAN.py --cfg cfgs/cycle_horse2zebra.yaml

About

MXNet implementation of infoGAN, WGAN, CycleGAN


Languages

Language:Python 100.0%