This is the Chainer implementation of Adversarial Autoencoder [arXiv:1511.05644]
この記事で実装したコードです。
- Chainer 1.6+
Create "images" directory in the root or use "image_dir" option to specify the directory that contains training images.
Options:
- --image_dir
- Specify the directory that contains the training images.
- --load_epoch
- Specify the model you want to load.
Add the label index (must start 0) to the image filename.
format: [0-9]+_.+\.(bmp|png|jpg)
e.g. MNIST
e.g. swiss roll distribution
cd swiss_roll
python train.py
e.g. swiss roll distribution
cd swiss_roll
python visualize.py --load_epoch 10