AgitatedDove14
No, I meant different thing. It's not easy to explain, sorry. Let me try. Say, I have a project in folder "d:\object_detection". There I have a script, which converts annotations from labelme format to coco format. This script name is convert_test.py and it runs a process, registered under the same name in clearml. This script, being run separately from command prompt creates new file in project folder - test.json . I delete this file, synch local and remote repos, both without having this file (it must be generated during pipeline execution). Now I start my pipeline, and it crashes on convert_test process, because test.json IS MISSING. If I add test.json back in local and remote repo, the process runs smoothly, reporting successfully generated test.json (but in the project folder "d:\object_detection", there's an old test.json , which I added to repos before running the pipeline).
Just got an idea, that cleaning clearml repository cash may fix it. Check this tomorrow.