in my case, we need to evaluate the result across many random seeds, so each task needs to log the result independently.
one quick question is that do i need to do some task.close() at the end of each process?
works most of time, this occurs only few times
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 ...
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
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 ?




