This is a re-implimentation of FM-GAN using chainer.
- Python 3.5+
- Chainer 5.2+
- wget, nkf, mecab (for preprocessing dataset)
data/ directory contains scripts to download the Livedoor news corpus and preprocess them.
Just type the following:
cd data && make all
export GPU=0 # if you want to use GPU
./train.sh # pretrain LSTM-VAE
./gantrain.sh # GAN training
3-clause BSD