[GitHub] ThomasDelteil commented on issue #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
ThomasDelteil commented on issue #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#issuecomment-398295252 @anirudh2290 it looks like you refactored a

[GitHub] ThomasDelteil commented on issue #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
ThomasDelteil commented on issue #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#issuecomment-398293364 ``` from threading import Thread import