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
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
I forked your code and created a flask server for generating question from webpages I scrape. (And, of course, I convert the html into clean text ^^)
It takes a long time (120s in avg) to generate questions (only sentences) even if cuda is available.
Is there a way to optimise the processing time ? I have 3 x gpu on my server, is it possible to enable the parallel or distributed mode for question_generator ?
Hi,
Hope you are all well !
I forked your code and created a flask server for generating question from webpages I scrape. (And, of course, I convert the html into clean text ^^)
It takes a long time (120s in avg) to generate questions (only sentences) even if cuda is available.
Is there a way to optimise the processing time ? I have 3 x gpu on my server, is it possible to enable the parallel or distributed mode for question_generator ?
Cheers,
X