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
Hi Everyone, Just A Simple Question What Does A Clearml Task Count As An Iteration? Is It The Number Of Logs I’Ve Done?

Hi everyone, just a simple question what does a ClearML Task count as an iteration? Is it the number of logs I’ve done?

  
  
Posted one year ago
Votes Newest

Answers


if you are doing logs i imagine these are done using Logger.report_scalar if so. iteration is an argument of that method

  
  
Posted one year ago
517 Views
1 Answer
one year ago
one year ago
Tags