QANet icon indicating copy to clipboard operation
QANet copied to clipboard

Parameter setting problem

Open liying123456 opened this issue 5 years ago • 0 comments

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

liying123456 avatar May 13 '19 12:05 liying123456