Unanswered
Hi.
I'M Using Clearml Agent 1.16.1
My Code Is Running A Multi-Process Pool With "Spawn" (See
Hi @<1523701713440083968:profile|PanickyMoth78> ! Make sure you are calling Task.init
in my_function
(this is because the bindings made by clearml will be lost in a spawned process as opposed to a forked one). Also make sure that, in the spawned process, you have CLEARML_PROC_MASTER_ID
env var set to the pid of the master process and CLEARML_TASK_ID
to the ID task initialized in the master process (this should happen automatically)
53 Views
0
Answers
4 months ago
4 months ago