Unanswered
Hi,
Another Question
There Is A Way To Know If A Job Is Running Locally Or Remotely?
Like
Hi CooperativeFox72 ,
Just do:
` from clearml.config import running_remotely
...
if running_remotely():
... `
149 Views
0
Answers
3 years ago
one year ago