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
NonsensicalBat51
Moderator
3 Questions, 4 Answers
  Active since 19 May 2023
  Last activity one year ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi there, I am hosting ClearML server (deployed into a k3s cluster via helm) and whenever pods in a replica set are restarted, they always enter an error sta...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I am also experiencing another issue: I am getting a 500 level error when logging a YoloV5 training run to my ClearML server
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi there, I was wondering if there are any examples of initializing clearml inside of a container and then adding the credentials later? Or is it possible to...
one year ago