[Potential bug where the script path
option is changed for remote runs]
Hi everyone! We’re still using ClearML quite a bit, usually by running the first, smaller training locally, have that “recorded” by ClearML and then clone it to run remotely with ClearML agent.
Lately, we have noticed a weird bug where the script path is recorded incorrectly:
To record the local run, we run python3 -m folder_name.train
However, in the ClearML UI under Execution -> script path it shows up as python3 -m folder_name
, i.e. with the .train
part missing. This of course get’s cloned in the same way and is easy to forget aboutAny idea why this could be happening? It is actually new, and didn’t used to happen before - we haven’t changed the ClearML version or anything in between.