├── README.md ├── corpus.py ├── dataloader.py ├── dict.pkl ├── experiment-log.txt ├── file.pkl ├── final.txt ├── generator_sample.txt ├── id2poem.py ├── myG_beta.py ├── mydis.py ├── mygen.py ├── poem.txt ├── seq_gan.py ├── test.py ├── test2.py └── train.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/README.md -------------------------------------------------------------------------------- /corpus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/corpus.py -------------------------------------------------------------------------------- /dataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/dataloader.py -------------------------------------------------------------------------------- /dict.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/dict.pkl -------------------------------------------------------------------------------- /experiment-log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/experiment-log.txt -------------------------------------------------------------------------------- /file.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/file.pkl -------------------------------------------------------------------------------- /final.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/final.txt -------------------------------------------------------------------------------- /generator_sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/generator_sample.txt -------------------------------------------------------------------------------- /id2poem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/id2poem.py -------------------------------------------------------------------------------- /myG_beta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/myG_beta.py -------------------------------------------------------------------------------- /mydis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/mydis.py -------------------------------------------------------------------------------- /mygen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/mygen.py -------------------------------------------------------------------------------- /poem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/poem.txt -------------------------------------------------------------------------------- /seq_gan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/seq_gan.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/test.py -------------------------------------------------------------------------------- /test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/test2.py -------------------------------------------------------------------------------- /train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasLee/SeqGAN_Poem/HEAD/train.txt --------------------------------------------------------------------------------