You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: