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
OutrageousSealion55
Moderator
2 Questions, 1 Answer
  Active since 07 April 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
592 Views
0 Votes 3 Answers 592 Views
one year ago
0 Votes
0 Answers
526 Views
0 Votes 0 Answers 526 Views
Hello all, i have a question related to ClearML Serving. I have a trained a Yolov5 model (.pt file). When I try to create the endpoint, then I get the follow...
11 months ago
0 Hello Everyone, Is It Possible To Perform A Optimization Task Based On An Executed Task? In The Pipeline I Handover The Task Id Of An Executed Training Task To The Optimization Task (E.G. Parameter_Override='General/Taskidtrainyolov5': '${Trainyolov5.Id}

Hey @<1523701087100473344:profile|SuccessfulKoala55> ,

thank you for your quick answer.

the code for the optimization task is nearly similar to the clearml example: None
Instead of the parameter name "template_task_id", I use "taskIdTrainYolov5".

In my pipeline I added the following step:

pipe.add_step(
    name="hyper_parameter_optimization_search_y...
one year ago