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
Unanswered
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 options of the clearml agent first. Thanks!

  
  
Posted one month ago
40 Views
0 Answers
one month ago
one month ago