Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
SlipperySheep79
Moderator
16 Questions, 35 Answers
  Active since 19 May 2023
  Last activity 8 months ago

Reputation

0

Badges 1

35 × Eureka!
0 Votes
5 Answers
857 Views
0 Votes 5 Answers 857 Views
one year ago
0 Votes
2 Answers
902 Views
0 Votes 2 Answers 902 Views
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
0 Votes
3 Answers
940 Views
0 Votes 3 Answers 940 Views
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
0 Votes
10 Answers
620 Views
0 Votes 10 Answers 620 Views
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, ...
9 months ago
0 Votes
4 Answers
964 Views
0 Votes 4 Answers 964 Views
one year ago
0 Votes
11 Answers
913 Views
0 Votes 11 Answers 913 Views
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
0 Votes
4 Answers
927 Views
0 Votes 4 Answers 927 Views
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
0 Votes
2 Answers
939 Views
0 Votes 2 Answers 939 Views
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
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
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
0 Votes
2 Answers
974 Views
0 Votes 2 Answers 974 Views
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
0 Votes
2 Answers
905 Views
0 Votes 2 Answers 905 Views
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 @Pipe...
one year ago
0 Votes
2 Answers
549 Views
0 Votes 2 Answers 549 Views
8 months ago
0 Votes
3 Answers
991 Views
0 Votes 3 Answers 991 Views
one year ago
0 Votes
0 Answers
788 Views
0 Votes 0 Answers 788 Views
Hey all, any suggestion for this issue?
one year ago
0 Votes
16 Answers
988 Views
0 Votes 16 Answers 988 Views
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
0 Votes
5 Answers
792 Views
0 Votes 5 Answers 792 Views
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
0 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 Name Is Updated Correctly But When I Try To Move The Task To Another Project It Disappears From The

I think I found a solution using pipeline_task.move_to_project(new_project_name=f'{config.project_id}/.pipelines/{config.run_name}', system_tags =['hidden', 'pipeline'])

one year ago
0 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, But I’M Running Everything From A Subfolder, And The Working Dir Is Set To

Hi @<1523701205467926528:profile|AgitatedDove14> , in my case all the code is in a subfolder, like projects/main , so if I run from the git root it can’t find the local modules

9 months ago
0 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 Videos And Outputs A Metric. I Would Like To Log Somewhere The Results, So That I Can Then Easil

So the issue is that I would like too keep the list of hyperparams and metrics, if I clean them up then I would lose them. But I agree that I might be overthinking it

one year ago
one year ago
Show more results compactanswers