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 Community! This Is My First Time Using Clearml. When Running A Training Session In Vscode Using Yolov8, I Get The Following Errors:

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,838 - clearml.Task - ERROR - Action failed <400/800: projects.create/v1.0 (Data validation error: name=String value is too short)> (name=./model_training/trained_models/yolov8n-TEST_OKTODELETE/, description=)
2023-08-12 15:43:20,867 - clearml.Task - ERROR - Action failed <400/800: projects.create/v1.0 (Data validation error: name=String value is too short)> (name=./model_training/trained_models/yolov8n-TEST_OKTODELETE/, description=)
WARNING :warning: ClearML installed but not initialized correctly, not logging this run. Action failed <400/800: projects.create/v1.0 (Data validation error: name=String value is too short)> (name=./model_training/trained_models/yolov8n-TEST_OKTODELETE/, description=)

It looks like the description is empty, but I don't know where to set it.
Any help is appreciated.

  
  
Posted one year ago
Votes Newest

Answers 4


Hi @<1601386194774528000:profile|AmusedPanda8>
I think the project name is ./model_training/trained_models/yolov8n-TEST_OKTODELETE/ and for some reason you have "." as a project project?
(notice jested projects are automatically created based on the project name with '/' as separator)

  
  
Posted one year ago

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.

  
  
Posted one year ago

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!!

  
  
Posted one year ago

Glad to hear that! 🙂

  
  
Posted one year ago
761 Views
4 Answers
one year ago
one year ago
Tags