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