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 ...
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
I think I found something relating to the issue on the subprocess not logging. Let me check if we can share something quickly
and one experiment takes 40 hours to run, so i let them run in parallel
Let me know if it solved it, if it did I'll make sure we push the RC
No need, it should auto close it if you started it with Task.init (or the agent executed it)
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