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
Profile picture
CheekyFox58
Moderator
1 Question, 2 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
5 Answers
803 Views
0 Votes 5 Answers 803 Views
Hey! Did anyone try HPO on yolov5 model according to the following tutorial: https://github.com/ultralytics/yolov5/tree/master/utils/loggers/clearml in Clear...
one year ago
0 Hey! Did Anyone Try Hpo On Yolov5 Model According To The Following Tutorial:

AgitatedDove14 ExasperatedCrab78 Yes, I trained the initial model and tracked it in my clearml project. When it comes to the HPO, I just run the hpo.py script, changed the id, and got such log, shown in the image (there are all failed trials)

Also, according to the tutorial, the Optimization Objective should be plotted, but I don't get anything in the plot section, and not sure weather the optimization is completed successfully, because I am not sure if the idea is that model will be auto...

one year ago
0 Hey! Did Anyone Try Hpo On Yolov5 Model According To The Following Tutorial:

AgitatedDove14 It works fine now. In that reported case nothing has been plotted. I've been making some conflict situations with tasks, but then I saw that the task is already being created in hpo.py script, so I removed my previously made one

one year ago