weilinie / RelGAN

Implementation of RelGAN: Relational Generative Adversarial Networks for Text Generation
MIT License
120 stars 31 forks source link

How do i train the model with my own data? #19

Closed bharathreddy1997 closed 4 years ago

weilinie commented 4 years ago

In general, you can put your own text file (.txt) in the data folder, and keep the format to be the same with image_coco.txt, where each line means a sentence in your data. For testing, you may need add the test data with the same format in the data/testdata folder. The training part should be the same, I think, once you change the naming and directories in the code accordingly.

bharathreddy1997 commented 4 years ago

Hi, there is no data in adversarial generated samples can you please tell me how to solve it? I am training for a poem dataset. and how to add parser arguments in python console?