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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
