Home

Awesome

chainer-fm-gan

This is a re-implimentation of FM-GAN using chainer.

Requirements:

How to run

Dataset

data/ directory contains scripts to download the Livedoor news corpus and preprocess them.

Just type the following:

cd data && make all

Train

export GPU=0 # if you want to use GPU
./train.sh # pretrain LSTM-VAE
./gantrain.sh # GAN training

License

3-clause BSD