-
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 command exactly the same as the decode part …
ghost updated
5 years ago
-
同学,跑你的代码在微调的时候遇到了这个问题,请问你有遇到吗,能提供一下解决思路不😁
Traceback (most recent call last):
File "C:\myFile\TextSum-main\source\go.py", line 101, in
main()
File "C:\myFile\TextSum-main\source\go.py", li…
-
请问textsum_seq2seq_implement_by_pytorch代码中导入的sconce类是干什么用的
-
textsum不见了,后面还会发布吗?
-
hi, i would like to know what is the ending condition during training in textsum task?
-
http://download.labs.sogou.com/dl/sogoulabdown/SogouCS/news_sohusite_xml.smarty.zip
@rockingdingo Thank you!
尤其是dev数据,这里没有
https://github.com/rockingdingo/deepnlp/tree/master/deepnlp/textsum/news
-
1,请问大神会不会把代码从tensorflow1.0升级到tensorflow1.2. 我尝试修改您的代码,却没有成功。
2,明明用的gpu的tensorflow,为什么跑程序cpu卡的要死,基本上自己的电脑卡住不动。请问你跑模型的时候的电脑配置。 我的是i7-6700hq gtx1070 跑程序完全不够看。程序哪个地方调用cpu这么厉害。
3, 您的训练数据是 1M 大小,还是…
-
您好,我最近想用textsum模型来实现一下分类问题,title存放类标签,tag依旧替换,不知道有没有需要注意的地方?对seq2seq模型理解的并不是特别深刻。
-
preprocess生成的new_train 中缺少1940.json这是为什么呀
-
您好,目前在学习您的textsum源代码解决文本自动摘要问题。看到您对语料预处理阶段对数字及时间用相应的标签置换,想知道您这么处理的初衷?(因为数字组合使vocab很大吗?)毕竟新闻类对时间、地点的要求性很高,如果直接置换掉,其应用性会降低很多吧。或者说您后续有什么处理,我忽略了,求指教,谢谢!