SeqGAN icon indicating copy to clipboard operation
SeqGAN copied to clipboard

Implementation of Sequence Generative Adversarial Nets with Policy Gradient

Results 34 SeqGAN issues
Sort by recently updated
recently updated
newest added

Has anyone tried to implement this code? I have generated a lot of combinations of numbers, such as ‘7811 3499 2314’. I don’t know the meaning of these numbers. Who...

I am new to SeqGAN, what if i want to use my own training data like chinese poem to do some practise, how can i change the code? thanks a...

I'm new to LeakGAN or SeqGAN or TextGAN. I know GAN is to generate text and let discriminator un-judge-able to real text and gen-text. LM(language model) is the task of...

I am running the sequence_gan.py file, the pre-training has been started. Since it is running on Colab, it will stop after a specific time. What's the procedure to resume it...

I run the code and some text files are mentioned in the code file sequence_gan.py such as positive_file = 'save/real_data.txt' and negative_file = 'save/generator_sample.txt' and eval_file = 'save/eval_file.txt' which I...

Not sure if you want this or not, but thought I'd make the pull request anyway. Could be useful to store in a 'py3' branch.

Can we use the seqGAN to conduct conditional generation

How did the accuracy of discriminator change during training? Thanks a lot.

can you provide real_data.txt format and generator_sample.txt format? thank you!