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
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