You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/08/27 17:32:25 UTC

[GitHub] [incubator-mxnet] tcfkaj edited a comment on issue #10562: IOError: [Errno 32] Broken pipe in Windows version

tcfkaj edited a comment on issue #10562:
URL: https://github.com/apache/incubator-mxnet/issues/10562#issuecomment-907360893


   @szha So, I found a work around. It appears that there has been similar issues with multiprocessing on Windows in [pytorch](https://github.com/pytorch/pytorch/issues/2341) and [pymc3](https://github.com/pymc-devs/pymc3/issues/3388).  
   
   The data-loader must initialized inside of `if __name__=="__main__"` otherwise it fails. It also fails in `.pynb`. Not sure if this is fixed in later versions or not. But the workaround is sufficient for my needs to keep me from building a later version on Windows.


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

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org