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
Create a apply_parallel function somewhere that will use joblib to apply a function to a list of arguments.
Call apply_parallel whenever a lot of files of the same type are processed.
I am not sure what the best way to handle exceptions in the subprocesses is, so - for now - assume that any exception will break the whole process.
The text was updated successfully, but these errors were encountered:
Create a
apply_parallel
function somewhere that will use joblib to apply a function to a list of arguments.Call
apply_parallel
whenever a lot of files of the same type are processed.I am not sure what the best way to handle exceptions in the subprocesses is, so - for now - assume that any exception will break the whole process.
The text was updated successfully, but these errors were encountered: