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
Hello Everyone, I Wanted To Use Clearml On My Project And Liked It A Lot. I Get Everything On The System, However, Couldn'T Come Up With Debug Samples And Plots Part. They'Re Empty For Some Reason. Could Someone Help Me Please?

Hello everyone, I wanted to use clearml on my project and liked it a lot. I get everything on the system, however, Couldn't come up with debug samples and plots part. They're empty for some reason. Could someone help me please?

  
  
Posted 5 months ago
Votes Newest

Answers 2


I used ultralytics as the framework and the yolov8 as the model. I followed the documentation for clearml. At first I made necessary configurations right after writing clearml-init and then I started the training from cli @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 5 months ago

Hi @<1633276330743173120:profile|StunningHamster19> , how are you running the experiment? What framework are you using? Do you have a code example that reproduces this?

  
  
Posted 5 months ago
331 Views
2 Answers
5 months ago
5 months ago
Tags