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/06/19 06:44:43 UTC

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

robertnishihara 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-398291979
 
 
   I haven't reproduced the original problem, but what about defining the function and executing it in a separate thread or process (just by using the builtin `threading` or `subprocess` modules). And in the multiprocessing case, serializing the function using cloudpickle. Would something like that succeed at triggering the issue?
   
   

----------------------------------------------------------------
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