Martin.B
Martin.B
Hi @elinep In your code, **before** calling `Task.init` add the following line: ```python Task.add_requirements("./local_package") ``` If they do agree to create a git repo :) you would just add the...
> This task is now likely to fail (or run with a wrong version) if we try to run it on another worker as the path for my_local_package is probably...
Hi @elinep A fix was pushed, if you feel like testing before the RC is out :) ``` pip3 install git+https://github.com/allegroai/clearml-agent.git ```
Just updating here that an RC is out :) ``` pip install clearml==-0.17.6rc1 ```
Hi @ColdTeapot273K > I wish there was a way to link a specific remote git branch. Tried There ism the following should work (not please make sure `pip >= 20`),...
Thanks @talajasi7 this is a great idea, and we will definitely add it. For future reference, currently you can stop a specific instance of the agent if you use the...
Hi @levan92 Is this feature request similar to this one #473 ? Is this an extension of a new way to retrieve data from the system. BTW: When you get...
> When submitting remote execution jobs, we can indicate a parameter to repeat the same task N times, such that we submit once but N repeated experiments appears on the...
> but grouping experiments into collapsible rows (without combining metrics or any of their data, just a UI tweak!) is quite common. I think this can probably be achieved in...
Hey @idantene > maybe let the user change the "default parent task" in WebUI? What do you mean by "default parent task" ? > Then what about cloning a parent...