localminimum / QANet

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

problem about highwaynet #55

Open kyang888 opened 4 years ago

kyang888 commented 4 years ago

In highway network, H is a non_linear function. But in this report,H is a linear function. why this is? thanks!