Paper: MirrorGAN: Learning Text-to-image Generation by Redescription
Kerasで実装してみました。公式の実装ではありませんので注意してください。
今回の実装の記事はこちらです。
Attention because it is not official
Other
$ git clone git@github.com:komiya-m/MirrorGAN.git
$ cd MirrorGAN
AttnGAN こちらのDataの欄を参考にbirdsの前処理されたメタデータとデータセットをダウンロードしてください。
ディレクトリ構造参考
config.pyで設定が変更できます。TREE.BRANCH_NUM = 3 にしてください。その後下記を実行。
$ python pretrain_STREAM.py
$ python train.py
2019/4/28