Martin.B

Results 144 comments of Martin.B

@212792736 in the remote machine (the one running `trains-agent`) see if you can clone the specific git repository. ``` git clone [email protected]:212792736/CVUSInference.git ``` If you can do that (meaning, without...

> I thought that I can provide the credentials by calling: Hmm I vaguely remember there might be a bug in the command line user/pass. Could you try configuring the...

Hi @212792736 I think I know fully understand the issue. If user/pass are provided `trains-agent` will pull the repository over https (which as I understand, doe snot work in your...

Hi @212792736 > I managed to get it working with this option! nice! Yes, proxy configuration for pip / python is always funny this way. Basically you need to set...

Thanks @milongo, you are correct there is currently no way to configure the git user the SSH clone is using (well other than changing the original repository link in the...

Hi @milongo Good news the new RC includes this feature. Add to your `~/clearml.conf` the following line: ``` agent.force_git_ssh_user = "git" ``` And upgrade the `clearml-agent` to the latest RC:...

Hi @LanceKnight Seems like it is trying to reference a relative path (see last line in the log `../../data/raw ...`) Since the code is running from a newly created virtual...

Hi @H4dr1en Torch is a special case for *trains-agent*, since the good people of pytorch are actually maintaining packages for different CUDA versions, the *trains-agent* will automatically select the correct...

Hi @H4dr1en Could you test with trains-agent 0.14.2rc2 ``` pip install trains-agent==0.14.2rc2 ``` I think the problem is that there is no package for `torchvision==0.2.0` You can see in the...

Yes you are correct, I'll make sure the error message will be corrected in the next RC. Regrading using pypi with torch, the problem is, this is unstabe, for example...