Closed remiadon closed 5 years ago
This PR tries to fix this issue
A joblib.Parallel instance is used to launch parallelisation, with a prefer=process keyword set
prefer=process
The notebooks in tutorial/ all seem to be working
tutorial/
By using joblib there is no progress bar anymore. I could not find a clean way to use tqdm with it
progress bar
tqdm
This PR tries to fix this issue
A joblib.Parallel instance is used to launch parallelisation, with a
prefer=process
keyword setThe notebooks in
tutorial/
all seem to be workingBy using joblib there is no
progress bar
anymore. I could not find a clean way to usetqdm
with it