williamSYSU / TextGAN-PyTorch

TextGAN is a PyTorch framework for Generative Adversarial Networks (GANs) based text generation models.
MIT License
892 stars 205 forks source link

what is the output #19

Closed saharjandaghy closed 4 years ago

saharjandaghy commented 4 years ago

what is the output of program exactly? my output is some numbers? How can I convert numbers to sentences?

williamSYSU commented 4 years ago

The reason why the generated samples of program are some numbers is because you ran the program with synthetic data. You need to change the parameters (in config.py) as if_real_data=True and dataset='image_coco' (or others real datasets).