Wouldn't it make sense to use a single one ?
Actually, before i update the clearml pkg, the 0.17 version can log the console even i init it in the subprocess, but the problem is that it will only won log all 3 subprocesses
works most of time, this occurs only few times
btw, i’m running the code with multiprocessing, so the log is duplicated 3 times
in my case, we need to evaluate the result across many random seeds, so each task needs to log the result independently.
No need, it should auto close it if you started it with Task.init (or the agent executed it)
How do I reproduce it ? (all the processes are on the same machine?)
check on the iteration on the right side,
i tried to start the experiment few times, and sometimes, 1 or 2 of the experiment seems just won’t start
Let me know if it solved it, if it did I'll make sure we push the RC
there is a semaphore warning, not sure if it’s related
Can you resend it?
Is the Task marked as closed when the process ends ?
one quick question is that do i need to do some task.close() at the end of each process?
Hi PompousHawk82 , can you try with the latest RC?
So what if i want three tasks running in parallel, should i Task.init in the main process and change the task name in the sub process?
Let me check, see what can be learned ...