SeqGAN
SeqGAN copied to clipboard
dataset
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
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.