D-SCRIPT icon indicating copy to clipboard operation
D-SCRIPT copied to clipboard

Running with n_jobs = -1 throttles all CPU on the machine

Open samsledje opened this issue 1 year ago • 0 comments

Current behavior (here) by default uses n_jobs=-1 to load sequence embeddings in parallel. As a result, any other computation running on the same machine slows down drastically. This should be changed to a sensible default (16? 32?) and an n_jobs flag should be added which can be set by the user.

samsledje avatar Feb 08 '24 10:02 samsledje