Hi ReassuredTiger98 ,
try:
` from clearml.config import running_remotely
if running_remotely():
... `
Is there some is_executed_remotely
function in clearml?
Hi ReassuredTiger98 ,
try:
` from clearml.config import running_remotely
if running_remotely():
... `