D-SCRIPT
D-SCRIPT copied to clipboard
Running with n_jobs = -1 throttles all CPU on the machine
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.