edmBernard commented on issue #8955: Can't pickle MXNet Modules URL: https://github.com/apache/incubator-mxnet/issues/8955#issuecomment-349555767 Honestly I don't think module can be pickle. Mxnet have lot's of C++ inside. For multi cpu core processing (if you don't use GPU) Mxnet support configuration with environnement variable: https://mxnet.incubator.apache.org/how_to/env_var.html More you can also use NNPACK to parallelize training operation over cpu.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
