LeakGAN icon indicating copy to clipboard operation
LeakGAN copied to clipboard

The codes of paper "Long Text Generation via Adversarial Training with Leaked Information" on AAAI 2018. Text generation using GAN and Hierarchical Reinforcement Learning.

Results 21 LeakGAN issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/4702353/54326238-c9dbfe80-4640-11e9-897c-92e6f66d42de.png) Thank you! @CR-Gjx ![image](https://user-images.githubusercontent.com/4702353/54326248-d4969380-4640-11e9-9dd5-ca9d070c29a5.png)

![image](https://user-images.githubusercontent.com/4702353/54173689-e7cd2600-44bd-11e9-85c9-567daebc67c8.png) Thank you! @CR-Gjx

Where is the real data inputed? Since generate_samples will replace no matter what in real_data.txt. And the orginal data will never be used. If the target lstm is ramdomly initialized,...

Hi, I have runned your code, but I find that Interleaved Training is not used in adversarial training in your code. So I want to know whether it is needed...

How many batches are we supposed to go through? I'm started adversarial training and I'm batch 405 for target length 20. But on your github page, the maximum number of...

When I run this code ,I get this problem, can you help me? ERROR:tensorflow:Couldn't match files for checkpoint ./ckpts/feugan_preD

What does sub_goal mean under the _g_recurrence function in the leakganmodel file?

In Main.py, line 22 (https://github.com/CR-Gjx/LeakGAN/blob/master/Image%20COCO/Main.py#L22 ) START_TOKEN is set to 0. I wonder is it possible to use LeakGAN to generate text samples in batch where each sample starts with...

Hey @CR-Gjx Thanks for providing this open source code. Very helpful to study and I love the idea of hierarchical reinforcement learning. In the recent AlphaGo Zero paper and [Thinking...

I have trained the code in /Image CoCo ,during the training , I found there always be some 'tail tokens' after the period and some paddings, even the 451th epoch...