LantaoYu / SeqGAN

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

Issue regarding new review generation #48

Open akhileshkumargangwar opened 6 years ago

akhileshkumargangwar commented 6 years ago

Hi , I am unable to understand that how to use yelp data set and generate new review. In DP-GAN they have used text data . In SeqGAN if I have text data file what are the steps to preprocess it and after generating new review file how to get back it in text form.Here every thing is comming in numerical format. How to convert into actual text please help. I actually wanted to see the quality of text generated by SeqGAN and DP-GAN. Thanks