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 Is It Possible To Do Additional Setup (The

SuccessfulKoala55 what’s the right way to do this using the SDK. I use Task.init but the option is there only in Task.create? (I have always been indecisive on when to use init vs create as well). Pointers?

4 years ago
0 Is It Possible To Do Additional Setup (The

Awesome, thanks! Sorry missed it

4 years ago
0 Is It Possible To Do Additional Setup (The

One more help - is this something I can pass as task_overrides when creating a pipeline in add_step?

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

What’s overrides_yaml vs template_yaml?

4 years ago
0 Is It Possible To Do Additional Setup (The

It’s a bit difficult to figure out the exact key. Will try this to see if it works

4 years ago
0 I Saw Some Talk Of Clearml + Kedro On Reddit. Is That A Good Approach?

Generally like the kedro project and pipeline setup that I have seen so far, but haven’t started using it in anger yet. Been looking at clearml as well, so wanted to check how well these two work together

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

AgitatedDove14 - does having this template work for updating hte base image:

` spec:
containers:

  • image: nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04 `
4 years ago
0 Is It Possible To Do Additional Setup (The

Ah is it, didn’t know about that. Let me check it out.

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

Thanks for the fast responses as usual AgitatedDove14 🙂

4 years ago
0 How To Update The Logging Level Of All Loggers In Clearml?

yeah meant this, within clearml.conf:

logging {} sdk {}

3 years ago
4 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

On a related note - is it possible to get things like ${stage_data.artifacts.dataset.url} from within a task rather than passing params in add_step ?

4 years ago
0 Getting This Error At

Having a pipeline controller and running actually seems to work as long as i have them as separate notebooks

4 years ago
4 years ago
0 Is There A Way To

+1. The k8s helper needs to be more k8s native.

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

Got the engine running.

curl <serving-engine-ip>:8000/v2/models/keras_mnist/versions/1What’s the serving-engine-ip supposed to be?

4 years ago
Show more results compactanswers