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 ...
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
one quick question is that do i need to do some task.close() at the end of each process?
we need to evaluate the result across many random seeds, so each task needs to log the result independently.
Ohh that kind of makes sense to me 🙂
Yes I'm also getting:
/usr/local/lib/python3.6/multiprocessing/semaphore_tracker.py:143: UserWarning: semaphore_tracker: There appear to be 74 leaked semaphores to clean up at shutdown
len(cache))
Not sure about that ...
now it has log, but only the initial one
So the subprocesses are not logged ?
in my case, we need to evaluate the result across many random seeds, so each task needs to log the result independently.
works most of time, this occurs only few times
Hi @<1523710701275713536:profile|PompousHawk82> , can you try with the latest RC?
when i run the code i send you the other day, logging is perfect, but at the end of the code there is a semaphore warning, not sure if it’s related
Wouldn't it make sense to use a single one ?
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 ?





