
SlipperySheep79
16
Questions,
35
Answers
Active since 19 May 2023
Last activity
one year ago
Reputation
0
Badges 1
35 × Eureka!Hi! I'm registering a pandas dataframe using register_artifact . I can see the preview under the ARTIFACTS tab, but when I try to download the csv file from ...
one year ago
Hi all, I was trying to reduce the amount of logs shown in the cosnole produced by tqdm, so I set console_cr_flush_period: 30 . It works correctly when I run...
one year ago
Hi everyone! Is there a way to force an agent to clear the clearml cache folder every time it’s done with a task? I have a machine running multiple agents fo...
one year ago
Hi, is there a way to query some tasks ordered by a scalar metric? I tried with: Task.get_tasks( project_name='project', task_name='task', task_filter={'orde...
one year ago
Hey all, any suggestion for this issue?
one year ago
Hi everyone! Is there a way to specify the working directory in a pipeline component? I’m using pipelines from decorators, I can set the repo url just fine, ...
one year ago
Is it possible to get the list of running agents in my machine? I’m starting multiple agents using python -m clearml_agent daemon --queue XX --detach , but i...
one year ago
Another question about pipelines: is it possible to run a component on the same machine of the main pipeline controller? I have a function that it's rather f...
one year ago
Hi everyone! I have a question regarding a specific use case for tasks. To run hyperparam optimization I have a function that evaluates a model on a bunch of...
one year ago
When I run a clearml_agent in docker mode, it automatically mounts the local agent’s config into the docker image as volume: in the logs I see these options ...
one year ago
Hi, I have an issue when running a pipeline controller remotely in docker. Basically I have a module that reads a config file into a dict and calls the pipel...
one year ago
Is there a way to tag a task/dataset "folder" with the SDK? In the UI there is an option to add a tag to a certain project folder, but in python it seems tha...
one year ago
Is there a way to specify the project and name of a pipeline defined with decorators at runtime? I tried to change the properties of the current task, the na...
one year ago
Hi, is there a way to get the quota used by each task? My "metrics" quota is filling up very quickly and I would like to understand what's causing it.
one year ago
Are nested pipeline component supported? e.g. having a component call other pipeline components? I tried to run this snippet: from clearml import PipelineDec...
one year ago
Hi all, is it possible to define some kind of conditional retry logic when using pipelines from decorator? I’m using the retry_on_failure option on the
one year ago