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

2019-05-23 Thread GitBox
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 datal

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

2019-05-28 Thread GitBox
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-496625155 @chandana1332 Yep, this is actually better. Would you like to contribute a minor patch for it? -

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

2019-05-28 Thread GitBox
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-496637246 Test cases are located in https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/tes

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

2019-05-28 Thread GitBox
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-496638458 not sure yet This is an automated messag