We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我按照Daildydialog预处理那样处理了ubuntu,得到了3800000条数据,其中max_len按照给到的默认值(或平均值,效果都是seq2seqNoAttention> hred)。但是按照您的代码跑下的结果: seq2seq: BLEU-1:0.1361 BLEU-2:0.0493 BLEU-3:0.0221 BLEU-4:0.0108
hred: BLEU-1:0.1307 BLEU-2:0.0486 BLEU-3:0.0214 BLEU-4:0.0108
取消attention,我是直接去了input_outputs[-1]。 请问您使用的时候遇到过这个问题吗?或者作者您认为原因是什么,期待您的回复~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我按照Daildydialog预处理那样处理了ubuntu,得到了3800000条数据,其中max_len按照给到的默认值(或平均值,效果都是seq2seqNoAttention> hred)。但是按照您的代码跑下的结果:
seq2seq:
BLEU-1:0.1361
BLEU-2:0.0493
BLEU-3:0.0221
BLEU-4:0.0108
hred:
BLEU-1:0.1307
BLEU-2:0.0486
BLEU-3:0.0214
BLEU-4:0.0108
取消attention,我是直接去了input_outputs[-1]。
请问您使用的时候遇到过这个问题吗?或者作者您认为原因是什么,期待您的回复~
The text was updated successfully, but these errors were encountered: