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
SillyRobin38
Moderator
7 Questions, 19 Answers
  Active since 16 January 2024
  Last activity 10 months ago

Reputation

0

Badges 1

17 × Eureka!
0 Votes
8 Answers
960 Views
0 Votes 8 Answers 960 Views
one year ago
0 Votes
2 Answers
807 Views
0 Votes 2 Answers 807 Views
Hello, everyone. I have a model, and in preprocess.py , I have included some print statements. I'm curious to know if it's possible to view these print outpu...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
one year ago
0 Votes
3 Answers
910 Views
0 Votes 3 Answers 910 Views
Hello everyone, is there any way to remove a serving instance?
11 months ago
0 Votes
8 Answers
903 Views
0 Votes 8 Answers 903 Views
Hello all! Is it possible to utilize shared memory in ClearML for tasks like model inference, where instead of transferring images over the network (e.g., HT...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello everyone, I'm curious to know if it's possible to prevent uploading a duplicate endpoint. For instance, if an endpoint has already been uploaded using ...
one year ago
0 Votes
3 Answers
695 Views
0 Votes 3 Answers 695 Views
Hello, everyone, just wanted to ask, how we can fix the following issue: Retrying (Retry(total=229, connect=240, read=240, redirect=240, status=240)) after c...
10 months ago