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

Reputation

0

Badges 1

27 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
What is the proccess to rerun optimization sub-tasks that failed? also, can you add more paramters combinations to optimization after it was completed?
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
Hi everyone and thanks again for the help, i still have no success in running clearml agent, it just gets stuck without any output, on debug mode for clearml...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
is there any better way to get queue by name other then: client = APIClient() queue = [q for q in client.queues.get_all() if q.name == queue_name][0]and, can...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
3 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
can i run a random task from a queue? like this clearml-agent execute --id or do i need to deque it first? for some reason it dosent work for me, just get st...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Im training machine translation model and want to log once in a while updated model translations for the same group of origin sentences. Can i log new lines ...
3 years ago