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
HighKitten20
Moderator
5 Questions, 8 Answers
  Active since 07 September 2024
  Last activity 5 months ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
0 Answers
459 Views
0 Votes 0 Answers 459 Views
Hi folks! Can someone advise/share examples on how to properly combine Hydra and ClearML for working with hyperparameters and DDP? I tried to follow the docu...
7 months ago
0 Votes
3 Answers
577 Views
0 Votes 3 Answers 577 Views
Hello! I would like to use my own Docker image for a ClearML Task pod. My Docker registry is AWS ECR with authentication. For a regular deployment, I use a s...
6 months ago
0 Votes
5 Answers
577 Views
0 Votes 5 Answers 577 Views
7 months ago
0 Votes
3 Answers
484 Views
0 Votes 3 Answers 484 Views
Hello! I’m using ClearML on a Kubernetes cluster and have encountered a strange behavior when training a model from a non-main (master) branch. In my code ( ...
5 months ago
0 Votes
2 Answers
534 Views
0 Votes 2 Answers 534 Views
Hi! Could you please help with the following question: is it possible to execute the pip install -e . command after our code is pulled from git? The thing is...
7 months ago