Hi @<1742355077231808512:profile|DisturbedLizard6> , you can open a GitHub feature request for this to be added 🙂
Yep, it's inside repo. The steps are like in documentation
clearml-task --project examples --name remote_test --script /path/to/my/script.py
--packages "keras" "tensorflow>2.2" --args epochs=1 batch_size=64
--queue dual_gpu
I have found the solution. I should store script outside git repo, but I think autodetection in ClearML is not a good choice, there is should be flag like --no_autodetect_git
What are the exact steps you are currently doing now? Is the folder/script in a repo?