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
NonsensicalWoodpecker96
Moderator
1 Question, 3 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
4 Answers
564 Views
0 Votes 4 Answers 564 Views
Hi everyone! Does anyone know if it possible to change the DESCRIPTION entry in the INFO from inside the python script that initialises the ClearML task (ins...
one year ago
0 Hi Everyone! Does Anyone Know If It Possible To Change The

that’s exactly what I was looking for, thanks a lot!

one year ago
0 Hi Everyone! Does Anyone Know If It Possible To Change The

was expecting something like
clearml_task = Task.init( project_name=project_name, task_name=task_name, continue_last_task=False, description="Edit this here" )

one year ago