textsum-gan icon indicating copy to clipboard operation
textsum-gan copied to clipboard

Tensorflow re-implementation of GAN for text summarization

Results 18 textsum-gan issues
Sort by recently updated
recently updated
newest added

i want to generate a summary ,and the source text is not in the text.bin ,just an ordinary English text,what can i do for this task ,thank you for your...

先是通过双向lstm得到隐藏状态,这是encoder,然后通过decoder也就是lstm将摘要输出,再将这个假摘要和真摘要输入cnn判别网络中得到score,来进行更新判别器吗? 另外我想问下train.bin文件是原文章的二进制表示吗,真实摘要保存在哪里呀

或者能麻烦提供一下npz里面的内容格式要求?

I trained the model exactly as the steps of README, only for 145 train steps. And I interrupt the training process to have a decoding try. I also typed the...

I got an error ` File "main.py", line 210, in tf.compat.v1.app.run() File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "/home/eric/.local/lib/python3.6/site-packages/absl/app.py", line 300, in run _run_main(main, args) File "/home/eric/.local/lib/python3.6/site-packages/absl/app.py",...

It is mentioned in the repo that the pretraining step should run for some time, please mention after how much time i should interrupt it. Also i can't use the...

您好,我运行了您的代码,一天才能迭代1万次,而代码好像需要迭代100多万次,请问一下生成对抗网络用于文本这方面的需要的迭代次数或者算力都很高吗