erezalg
erezalg
@rui1998 If you set the git_user and git_pass on the machine running the agent, and if the agent's machine has access to the git (IE, it's stored on github or...
Hi @davidenitti, It's actually a funny limitation of the api calls to the backend. We cap the response to 500 tasks per page, but we don't check if there are...
Hi @davidenitti , we've released clearml 1.4.0 with the fix. Please use Task.query_tasks() to get a list of all the Task IDs, then you can get the specific tasks with...
Hi @mtruongle We've just released clearml V1.5.0 (pip install -U clearml==1.5.0) with a fix to Task.get_projects() which will now return all projects meeting a specific query. Let me know if...
@martjushev, Thanks for the info, was able to reproduce it! We'll follow up with a fix hopefully soon :)
Hi @MoPl90, First, as for the docs, they are not supposed to have full code, it links to the full code (that should work out of the box [here](https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/hyper_parameter_optimizer.py)) hope...
@MoPl90 What versions of clearml python package and clearml server are you using? Also, how are you specifying the docker image in the template task? BTW, is the clearml agent...
@MoPl90, In the conf file, are you using the agent.default_docker ? If so, it won't register unless you're running the experiment in using clearml agent. This is why it's not...
Thanks for catching that :) We'll make sure to fix this!
Hello @antifriz, We've just released clearml 1.4.0 that fixes this issue. Let us know if it works as expected!