Unanswered
Hi! I Am Currently Using Clearml (With Remote Execution), To Train An Object Detection Model With
NonchalantDeer14
I think the issue is the way it spins the subprocess is not with fork but with Popen, so clearml is not "loaded" into the subprocess hence no logging.
The easiest fix is to call Task.current_task() inside the actual code (somewhere when it starts), it should trigger clearml.
170 Views
0
Answers
3 years ago
one year ago