Unanswered
Hi.
I'M Using Clearml Agent 1.16.1
My Code Is Running A Multi-Process Pool With "Spawn" (See
Hi 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)
121 Views
0
Answers
9 months ago
9 months ago