SeqGAN-PyTorch
SeqGAN-PyTorch copied to clipboard
How to get real.data for my custom dataset?
I'd like to generate my custom data by SeqGAN, could you give more information about real.data
file for that?
It seems like they use the LSTM to generate the 'Real Data'. so if u wanna to custom your real-data, I think you may need to create a data loader to instead the LSTM.
Then how to get 'eval_epoch' to work
Same issue