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
CourageousFly32
Moderator
1 Question, 1 Answer
  Active since 18 July 2025
  Last activity one month ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
237 Views
0 Votes 2 Answers 237 Views
Hi!
Hi! (Context) I'm currently working on a project with OpenMMLab (MMDetection) in Docker and I'm trying to train a detection model remotely on ClearML. I've a...
one month ago
0 Hi!

Hi thank you for your reply! As for the hooks: when running the openmmlab training script the runner goes through some predefined functions, and by using hooks at certain 'mounting point' in the runner's workflow you can add some custom code to the training script. So I was thinking it might be possible to write a hook that initializes the clearml task at the beginning of the script and then calls execute_remotely(...) so the training is happening remotely. Anyhow, I'll look into the docker o...

one month ago