Hi, I do the following: Task.get_current_logger.report_Text("blabla",level=logging.CRITICAL)And query said log with client = APIClient() result = client.even...
3 years ago
Hi, how can I get programmatically a Task's logged stderr stream?
3 years ago
Hi, I am trying to use clearml agents with docker. I send a task into a queue, an agent grabs it and starts it and everything seems fine - but the task gets ...
2 years ago
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
3 years ago
Quick question - if I use sub-project functionality and there are different root project names but identical sub-project names, is that an issue?
3 years ago
Hi, I have a task that's running on a docker container. Now - There are a bunch of other docker containers (namely, Nvidia's TF 21.1 to 21.10) for which I wa...
3 years ago
Hi, is it possible to apply AND logic in Task.get_tasks? For example, in the below example tags is a list of tags and I want to only fetch tasks that has all...
3 years ago
Hi, I'd very much like a feature to support clearml agent stopping specified by the exact bringup command: when trying for example to bring down a gpu agent ...
2 years ago
When trying to clone a project via UI it seems that if the project name contains '/' (i.e., it is a sub-project) I am not able to find it when I try to selec...
3 years ago
Hi, how can I download / access artifacts that were uploaded with Task. upload_artifact ? I mean access via code and not via ClearML UI. I am aware that I ca...
3 years ago
Hi, when running a clearml agent with services mode, is there a way to limit the number of concurrent services crunning?
2 years ago
Hi, how can I query on plots and log added for a specific task programmatically? (as in, besides the ClearML UI and asumming I have its Task ID)
3 years ago
Hi I get the following error repeatedly - any idea what may cause this? Retrying (Retry(total=233, connect=233, read=240, redirect=240, status=240)) after co...
3 years ago
Hi, Seems that when I upload a string as artifact ( task.upload_artifact(s) where s is a string) that contains newline delimiters ( \n ), these are not parse...
3 years ago