Skip to content

monthly-hack/chainer-EBGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

chainer-ebgan

A Chainer implementation of EBGAN.

Requirements

  • Python3
  • chainer1.16

Usage

gan_mnist.py

GAN with MNIST(use GPU #n).

python dcgan_mnist.py -g n

ebgan_mnist.py

EBGAN(with pull-away term) with MNIST(use GPU #n).

python dcgan_mnist.py -g n

EBGAN(without pull-away term) with MNIST(use GPU #n).

python dcgan_mnist.py -g n -pt 0

About

A Chainer implementation of EBGAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages