You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add multiprocessing to "prepare" mode, to have every network layer prepared in parallel. Make sure it performs well memory-wise for both high number of layers and large feature matrices.
Update multiprocessing in "run" mode. Currently we are running factorization in parallel for every sparsity value. If we run it on parallel for every (sparsity, repetition) pair, functions would be more atomic and we would make better use of resources.
TODO: