As long as you're working with a local git I'm not sure it will log the branch/working_dir/repo
However, you can probably circumvent this maybe with configuration objects
AgitatedDove14 Updating that the clearml-pycharm-plugin solved the issue.
Even though I run on a remote machine, the git info updated from pycharm.
Thanks!
HappyDove3
see here https://github.com/allegroai/clearml-pycharm-plugin 🙂
Yes I'm using PyCharm and connecting remote machine via ssh interpreter.
Sounds interesting I will check it out.
Thanks
Hi HappyDove3task.set_script
is a great way to add the info (assuming the .git is missing)
Are you running it using PyCharm? (If so use the clearml pycharm plugin, it basically passes the info from your local git to the remote machine via OS environment)