fedorzh commented on issue #8955: Can't pickle MXNet Modules URL: https://github.com/apache/incubator-mxnet/issues/8955#issuecomment-349700158 If you take the old interface with mxnet.model, it can be pickled. Training of the model is actually not the longest part of my pipeline (sometimes, adds an insignificant part), a lot of other numpy-based machinery is happening outside of it, and parallelization helps immensely with that - I have to run multiple processes with different seeds
---------------------------------------------------------------- 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
