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
Answered
"Clearml Automatically Logs Debug Samples, Allowing You To Track" I Wouldn'T Consider The Logging Shown In The Examples As "Automatic", Rather "Explicit"

None
"ClearML automatically logs debug samples, allowing you to track"
I wouldn't consider the logging shown in the examples as "automatic", rather "explicit"

  
  
Posted 2 years ago
Votes Newest

Answers 4


🙂

  
  
Posted 2 years ago

I think there was a slight mixup between our automatic logging (let's say, when you report images to tensorboard and ClearML just automatically captuers it and logs it) to explicitly reporting images (with the Logger object)

  
  
Posted 2 years ago

Happy our intention was still clear

  
  
Posted 2 years ago

You are correct 🙂

  
  
Posted 2 years ago
51 Views
4 Answers
2 years ago
26 days ago
Tags