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
遇到一个问题, 在full match layer的输出中 , 论文中: sentence1_match_output shape = batchsize * len(sentence2) * L (num perspective) sentence2_match_output shape = batchsize * len(sentence1) * L (num perspective) 然后作为 aggregation 中的 lstm 的输入, 但是代码中了 几个其他的操作, 比如代码中默认 L = 5, 最后得到的 维度是 batchsize * len(sentence) * 18, 请问还加了什么操作? 论文里的结果是加了这些其他的操作的结果吗?
谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
遇到一个问题, 在full match layer的输出中 , 论文中:
sentence1_match_output shape = batchsize * len(sentence2) * L (num perspective)
sentence2_match_output shape = batchsize * len(sentence1) * L (num perspective)
然后作为 aggregation 中的 lstm 的输入, 但是代码中了 几个其他的操作, 比如代码中默认 L = 5, 最后得到的 维度是 batchsize * len(sentence) * 18, 请问还加了什么操作? 论文里的结果是加了这些其他的操作的结果吗?
谢谢
The text was updated successfully, but these errors were encountered: