Open tgattsIV opened 1 year ago
Currently we are capping some parallelization to be single core as a way to resolve memory usage errors during runtime. This may be solved by changing the default memory allocation for each worker by the OS. Joblib documentation has examples.
Currently we are capping some parallelization to be single core as a way to resolve memory usage errors during runtime. This may be solved by changing the default memory allocation for each worker by the OS. Joblib documentation has examples.