Open jrockholt3 opened 1 year ago
I am trying to run a distributed learning system with a copy of my network on multiple cpu's using pythons multiprocessing pool.map. I always get error: cannot pickle "MinkowskiConvolutionFunction" object.
Is there a way to solve this?
Have you managed to resolve this issue, @jrockholt3 ?
Still have this problem. Could anyone give some suggestions? Thanks!
I am trying to run a distributed learning system with a copy of my network on multiple cpu's using pythons multiprocessing pool.map. I always get error: cannot pickle "MinkowskiConvolutionFunction" object.
Is there a way to solve this?