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, All. How Do I Add Accuracy And Loss Metrics For Tracking In Clearml For Yolo8? And Model Registry After Each Epoch?

Hi, All.
How do I add accuracy and loss metrics for tracking in ClearML for YOLO8?
And model registry after each epoch?

  
  
Posted one year ago
Votes Newest

Answers 3


Make sure to fetch the logger manually and not construct it yourself 🙂

  
  
Posted one year ago

Hi @<1590514572492541952:profile|ColossalPelican54> , you can use the Logger module to manually report metrics - None

  
  
Posted one year ago

Hi, @<1523701070390366208:profile|CostlyOstrich36>
I looked at this document. For the novice It is difficult for a beginner to deal with it. Maybe there are some examples of how to use it? Is there a document that describes what metrics are available in YOLO8 to add to Logger?

  
  
Posted one year ago
695 Views
3 Answers
one year ago
one year ago
Tags