I\'m running GridSearchCV from sklearn to fine-tune my keras Sequential NN. I started with n_jobs = -1 but now I\'m using n_jobs = 2. My PC has 8 proce
n_jobs = -1
n_jobs = 2