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
AmusedPanda8
Moderator
1 Question, 2 Answers
  Active since 13 August 2023
  Last activity one year ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
4 Answers
733 Views
0 Votes 4 Answers 733 Views
Hi community! This is my first time using clearml. When running a training session in vscode using yolov8, I get the following errors: 2023-08-12 15:43:19,83...
one year ago
0 Hi Community! This Is My First Time Using Clearml. When Running A Training Session In Vscode Using Yolov8, I Get The Following Errors:

Nice! That was it. The dot is needed so that I can tell "yolo train" where to store the results. Removing the "." caused another error. But, I changed the project name from:

./model_training/trained_models/yolov8n-TEST_OKTODELETE/

to

yolov8v-TEST_OKTODELETE/

and it worked.
Thanks so much!!

one year ago
0 Hi Community! This Is My First Time Using Clearml. When Running A Training Session In Vscode Using Yolov8, I Get The Following Errors:

Good point, I am not sure where it is getting it from. I'll try to find it and change it.
Thanks for the suggestion.

one year ago