dhgrs / chainer-DiscoGAN

A Chainer implementation of DiscoGAN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chainer-DiscoGAN

A Chainer implementation of DiscoGAN.

Usage

Download CelebA dataset from http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html

DiscoGAN with CelebA(with GPU #n)

python discogan_celeba.py -g n -d <path/to/CelebA>

DiscoGAN with CelebA(without GPU)

python discogan_celeba.py -d <path/to/CelebA>

About

A Chainer implementation of DiscoGAN.


Languages

Language:Python 100.0%