LantaoYu / SeqGAN

Implementation of Sequence Generative Adversarial Nets with Policy Gradient
2.08k stars 711 forks source link

dataset #68

Open saharjandaghy opened 4 years ago

saharjandaghy commented 4 years ago

I run the code and some text files are mentioned in the code file sequence_gan.py such as positive_file = 'save/real_data.txt' and negative_file = 'save/generator_sample.txt' and eval_file = 'save/eval_file.txt' which I do not know where those files came from because there are no such files in the save folder. please help me

canertol commented 4 years ago

They are actually the synthetic data. If you run the code they will be created by the randomly initialized LSTM which is mentioned in the paper.