TextSummary icon indicating copy to clipboard operation
TextSummary copied to clipboard

textsum基于tensorflow实现的Seq2Seq-attention模型以及其他策略算法, 来解决摘要生成、主旨提取等(Text Summary)的任务。部分代码是在其他作者代码的基础上修改而来,后期将全部整理重构。

Results 5 TextSummary issues
Sort by recently updated
recently updated
newest added

我使用anaconda3.6, tensorflow1.0 测试predict.py 按要求输入文本后,输出信息 _ UNK _UNK _UNK _UNK _UNK _UNK _UNK _UNK _UNK _UNK 请您百忙之中帮忙找找原因。

I uset the progect directly, and run the predict.py, when I give it "美国 科罗拉多州 山林 大火 持续 肆虐 TAG_NAME_EN 当地 时间 TAG_DATE 横扫 州 内 第二 大 城市 科罗拉多斯...

when i run predict.py,there is a mistake:TypeError: sampled_loss() got an unexpected keyword argument 'logits'.I think it's a model paramater mistake,but I can't find where it is,can you help me?