Unanswered
Hi,
Is There A Simple Way To Make
Hi GiganticTurtle0
Is there a simple way to make
Task.init
compatible with
Dask.distributed
client?
Please tell me more 🙂
I think Dask is trying to pickle you Task object (which is not pickable).
You can however create the Task once with Task.init
and pass the Task ID to the child processes and then use Task.init(..., continue_last_task=task_id_here)
wdyt?
160 Views
0
Answers
3 years ago
one year ago