Skip to content

WillSuen/GANs

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages