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! I Have A Question About The Integration Of Clearml With Yolov8 (Or Otherwise Known As Ultralytics). I Have Written A Generic Task To Run The Ultralytics Tuner Function. However, I Think That There Isn'T A Good Integration For That Specific Task Bet


A minimal illustration of the problem:

If I run model.tune(...) from ultralytics, then it automatically will track each iteration in ClearML and each iteration will be its own task (as it should be, given that the parameters change)

But the actual tune result will not be stored in a ClearML task, since I believe there is no integration on ultralytics side to do so.

If I create a task myself which then performs model.tune(...) it will get immediately overridden by the parameters from the individual training iterations of the tuning process.
Which means that the artifacts and parameters of previous iterations is also overridden and lost.

They still exist locally, but it is a somewhat annoying functionality.

I'd much rather tell my task to fork itself whenever it encounters further automatic tracking.

  
  
Posted 3 months ago
44 Views
0 Answers
3 months ago
3 months ago