You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/08 04:25:45 UTC

[GitHub] leezu commented on issue #13447: Rewrite dataloader, improves responsiveness and reliability

leezu commented on issue #13447: Rewrite dataloader, improves responsiveness and reliability
URL: https://github.com/apache/incubator-mxnet/pull/13447#issuecomment-445429637
 
 
   You may just add an option to use `multiprocessing.pool.ThreadPool` instead of the process pool that is currently always used. Probably the `worker_initializer` function needs to be changed too due to the global variable. Do you want to contribute a PR?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services