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 2019/05/23 23:12:42 UTC

[GitHub] [incubator-mxnet] zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4
URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-495416725
 
 
   A workaround is to let DataLoader and iterator have same scope.
   
   The worker pool is managed by dataloader for sake of resource conservation in case users created hundreds of iterators out of the same dataloader. 
   One way to fix this problem is to use ref counting for how many iterators are using the worker pool.
   Any suggestion? @chandana1332 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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