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