SeqGAN icon indicating copy to clipboard operation
SeqGAN copied to clipboard

dataset

Open saharjandaghy opened this issue 6 years ago • 1 comments

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

saharjandaghy avatar Oct 21 '19 11:10 saharjandaghy

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.

canertol avatar Nov 12 '19 21:11 canertol