localminimum / QANet

A Tensorflow implementation of QANet for machine reading comprehension
MIT License
983 stars 310 forks source link

Parameter setting problem #53

Open liying123456 opened 5 years ago

liying123456 commented 5 years ago

1.What is the meaning of config.hidden used in conv(), and why is the value of kernel size =5 in conv() , is it a parameter that needs to be debugged?

image

2.Is the conv function pre-packaged with tensorflow, or you need to rewrite it by yourself?

  1. Is the highway function rewritten by yourself? In the original code of BiDAF, the highway function provided by Seo is different from yours. Have you you already tried it, and the effect of Seo is not good. image