Closed mmyros closed 4 years ago
In order for joblib to work, I had to replace numpy indexing with list appends. Then, all tasks are embarrassingly parallel. Thanks for any feedback!
Thanks, this is really helpful!
In order for joblib to work, I had to replace numpy indexing with list appends. Then, all tasks are embarrassingly parallel. Thanks for any feedback!