zaghaghi / drqa-webui

DrQA Web UI
Other
116 stars 31 forks source link

Not working with most recent version of DrQA #1

Closed NatCusack closed 5 years ago

NatCusack commented 5 years ago

I can't seem to get this working on the most recent version of DrQA. when the server is started, it goes through the steps of loading up the DrQA system but gets stuck on the "[ Initializing tokenizers and document retrievers... ]" step. There are no error.

Any help would be appreciated. Thanks!

NatCusack commented 5 years ago

Thanks for the speedy response! if you want any more details or anything that might help you feel free to ask :)

zaghaghi commented 5 years ago

Hi NatCusack,

Can you run the interactive pipeline of DrQA? Did you try to increase gunicorn timeout?

thanks

NatCusack commented 5 years ago

yes to both, the pipeline works perfect although it takes some time to load up (using CPU only) and i have tried timeout of 800 still no luck tho

NatCusack commented 5 years ago

Turns out it was just a timeout problem. increased the timeout to 1200 and it worked after around 20 mins of loading.