clearml
clearml copied to clipboard
choose git repository
hello, there is a question about using the agent and the git,when i excute an repository's train.py, it works well because i set this git repository's address like the following picture,and the ququestion i wanna ask is when i want to excute annother repository's ,should i set the git_host again in clearml.conf ? if so, i think its waste of time
hello @rui1998 I am not sure to fully understand your question : can you explain what you want to achieve ? Do you have scripts from different repo to execute at the same time ? or is this another script in another repo, that you would like to run with the same config ?
hello@DavidNativ, just like in my gitee there is a repo named mltest.git,so i set git host with https://gitee.com/owenrui/mltest.git
and there is another repo in my gitee like named mltest2.git should be excute, so Do I need to reset the git host such as
https://gitee.com/owenrui/mltest2.git in the clearml.conf ?
@DavidNativ
or i just need to give my gitee address like https://gitee.com/owenrui and the agent can find which repo he need to excute?
@rui1998 You don't need to actually provide the git host name in the configuration - you just need to execute your scripts from the git repository cloned folder, and ClearML SDK will automatically detect the git repository details and update them on the task itself.
@jkhenning ok thanks i will try