Skip to content
New issue

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 的输出维度 #49

Open
JinmingZhao opened this issue Sep 1, 2018 · 0 comments
Open

关于Full-match-layer 的输出维度 #49

JinmingZhao opened this issue Sep 1, 2018 · 0 comments

Comments

@JinmingZhao
Copy link

遇到一个问题, 在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, 请问还加了什么操作? 论文里的结果是加了这些其他的操作的结果吗?

谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant