ZiJianZhao / SeqGAN-PyTorch

A implementation of SeqGAN in PyTorch, following the implementation in tensorflow.
258 stars 92 forks source link

How to get real.data for my custom dataset? #10

Open Cugtyt opened 5 years ago

Cugtyt commented 5 years ago

I'd like to generate my custom data by SeqGAN, could you give more information about real.data file for that?

UEFI-code commented 3 years ago

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.

deep-learner-ly commented 2 years ago

Then how to get 'eval_epoch' to work

ATi-R commented 1 year ago

Same issue