Unanswered
Hi All, Is There A Way To Know During Runtime If The Code Is Running In Remote Using The Clearml-Agent Or If It Is Running Locally?
Hi ScantCrab97 , yes! 🙂 - just use:from clearml.config import running_remotely if running_remotely(): print("I'm running remotely!")
156 Views
0
Answers
2 years ago
one year ago