[GitHub] Vikas89 commented on issue #10992: unlink memory shared file immediately on linux

2019-01-24 Thread GitBox
Vikas89 commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-457348280 @piiswrong can you explain more about this change and the intent behind the change. There is not enough information in details

[GitHub] Vikas89 commented on issue #10992: unlink memory shared file immediately on linux

2019-01-07 Thread GitBox
Vikas89 commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-452115486 other related issues: https://github.com/apache/incubator-mxnet/issues/13126 @piiswrong Can you explain what this PR is

[GitHub] Vikas89 commented on issue #10992: unlink memory shared file immediately on linux

2019-01-04 Thread GitBox
Vikas89 commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-451580575 @piiswrong I tried your suggested change - ``` if sys.version_info[0] == 2: new_fd = multiprocessing.red

[GitHub] Vikas89 commented on issue #10992: unlink memory shared file immediately on linux

2019-01-04 Thread GitBox
Vikas89 commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-451534918 Thanks for taking a look. Let me try to give exact repro steps on ec2 instance - 1. Spin up p3.2xl 2. which python

[GitHub] Vikas89 commented on issue #10992: unlink memory shared file immediately on linux

2019-01-03 Thread GitBox
Vikas89 commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-451330286 @piiswrong this PR introduces a bug in gluon. Code to repro is: ``` from multiprocessing import Queue, Event,