TextGAN-PyTorch icon indicating copy to clipboard operation
TextGAN-PyTorch copied to clipboard

Where generated text is stored?

Open ghost opened this issue 5 years ago • 2 comments

I checked files are being produced by the name of samples_MLE in sample folder but they consist of numbers. I guess they are the tokens of the individual word, if this is the case can you tell me how can I map these words back to words.

ghost avatar Apr 08 '20 12:04 ghost

I checked files are being produced by the name of samples_MLE in sample folder but they consist of numbers. I guess they are the tokens of the individual word, if this is the case can you tell me how can I map these words back to words.

This is the case when you are working with oracle data. If you work with real data set this is not the case.

Neelisha-saxena avatar May 08 '20 15:05 Neelisha-saxena

@Neelisha-saxena I have the same issue, I ran the seqgan like this: python3 run_seqgan.py 0 3 --if_real_data I added a text file in this path: dataset/oracle/oracle.txt but I still get some numbers ...

Mehdi-Sheikh avatar Oct 11 '21 20:10 Mehdi-Sheikh