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
BurlyBat54
Moderator
2 Questions, 6 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi! I'm trying to run a task from a remote repository with clearml-task , but I get the following error: Error: requirements file could not be found '{}'So, ...
3 years ago
0 Votes
32 Answers
70K Views
0 Votes 32 Answers 70K Views
Hello! I get the following error in Results->Console after a task is sent for remote execution (using sdk): clearml_agent: ERROR: Could not find task id=a270...
3 years ago