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?
2.Is the conv function pre-packaged with tensorflow, or you need to rewrite it by yourself?
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.
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?
2.Is the conv function pre-packaged with tensorflow, or you need to rewrite it by yourself?