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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

383 × Eureka!
0 Does Clearml Have A Way To Do Human In The Loop Activities As Part Of A Pipeline That I Might Have Missed?

As in run a training experiment, then a test/validation experiment to choose best model etc etc and also have a human validate sample results via annotations all as part of a pipeline

3 years ago
0 Anyway To Make A Job Fail If The Required Python Version (3.7 Vs 3.8 For Example) Is Not Available In The Agent?

I would prefer controlled behavior than some available version being used. Here triggered a bunch of jobs that all went fine and even evaluations were fine and then when we triggered a inference deploy it failed

4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

Looks like Task.current_task() is indeed None in this case. Bit of log below where I print(Task.current_task()) as first step in the script

Environment setup completed successfully Starting Task Execution: None

4 years ago
0 Getting This Error At

Any idea why the Pipeline Controller is Running despite the task passing?

4 years ago
4 years ago
4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

Essentially - 1. run a task normally. 2. clone 3. edit to have only those two lines.

Question - since this is a task, why is Task.currnet_task() None?

4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

But that itself is running in a task right?

4 years ago
0 Is There An Efficient Way To Query All Unique Models (Ie Excluding Versions) In A Project?

And anyway once a model is published can’t update it right? Which means there will be atleast multiple published models entries of same model over time?

4 years ago
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

BTW AgitatedDove14 - that 1.0.0 is the helm chart version, not necessarily the version of the app the chart deploys

4 years ago
0 Hi

Thanks AnxiousSeal95

4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

Will debug a bit more and see what’s up

4 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

just that the task itself is still Running state

4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

How can a task running like this know its own project name?

4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

It’s essentially this now:

from clearml import Task print(Task.current_task())

4 years ago
0 Can Someone Help Me With Deploying This Example Model (From Triton Inference Server) Deployed In Clearml-Serving? Too Many Random Errors For Me To Figure It Out

Yes, I have no experience with triton does it do lazy loading? Was wondering how it can handle 10s, 100s of models. If we load balance across a set of these engine containers with say 100 models and all of these models get traffic but distribution is not even, each of those engine container will load all those 100 models?

4 years ago
0 After I Have Create A Task And Closed It In A Notebook, Any Activity Seems To Trigger Another Task. For Example:

Thanks AgitatedDove14 . Have removed Task.current_task() usage for this now. Think I can do without it

4 years ago
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

Yeah meant the 1.0+ release as I don’t think the chart has been updated

4 years ago
0 Can Someone Confirm If

Ok, but doesn't work for me though. Can you or AgitatedDove14 help me in linking to relevant code so that I can see what's wrong?

4 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

The Optimizer task is taking a lot of time to complete. Is it doing something here:

4 years ago
Show more results compactanswers