Closed lm-takumi-nakaso closed 3 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
This PR needs Approvals as follows.
/
from iizukak, tkng, ruimashitaPython
from tkng, tsawada, tfujiwar, a-hanamotoPlease choose reviewers and requet reviews!
@lm-takumi-nakaso Thank you for the contribution!! Could you add the speed comparison before and after of this PR?
Improve performance of dataset_itertator in prepetch mode
Change the number of threads from fixed 8 to cpu cores. Share a single process pool with multiple dataset_iterators. Use a single thread per process.
Use loky to achieve this.