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 Folks. Wondering If Anyone Has Used Clearml In Conjunction With

Hi folks. Wondering if anyone has used ClearML in conjunction with Ray ? We currently use ClearML for artefact storage, logging and experiment tracking and are trying to introduce Ray to speed up our model training pipeline, but when we try to run any ClearML actions in the Ray workers (e.g. clearml.Task.upload_artifact ), it kills at least one of the Ray workers due to memory pressure (OOM). I wonder if it's possible to reconfigure Ray to avoid this, or if because of the way ClearML is threaded, this is somewhat unavoidable? Any help/experiences would be greatly appreciated. Thanks!

  
  
Posted 2 months ago
Votes Newest

Answers