localminimum / QANet

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

how to predict answers for custom question and context by reusing loaded model #40

Open SachinIchake opened 6 years ago

SachinIchake commented 6 years ago

Hello All,

I have many json files whose format are the same as the standard train file or dev file so can i feed that to this network and predict to get the answers for different input questions and contexts?

Thanks, Sachin B. Ichake

447428054 commented 3 years ago

Do you solve this problem?I meet the same problem