Reputation
Badges 1
15 × Eureka!Hi, @<1523701070390366208:profile|CostlyOstrich36>
I looked at this document. For the novice It is difficult for a beginner to deal with it. Maybe there are some examples of how to use it? Is there a document that describes what metrics are available in YOLO8 to add to Logger?
Thank you! I'll write about the results.
I didn't connect the ClearML server separately.
!pip install clearml
from clearml import Dataset
dataset = Dataset.create(
dataset_name="cifar_dataset",
dataset_project="dataset examples"
)
That's a good question ))) I don't know ))
How can I find out the cause of the error?
Can you look at Colab? Maybe some library not loaded?
Error: Datasets are not supported with your current ClearML server version. Please update your server.
@<1523701087100473344:profile|SuccessfulKoala55> hi. Is this additional data enough to solve the problem?
I have misunderstood the purpose of the parameter - output_uri.
I have a task to retrain the model. When CopyTask is created, what model is loaded into it? The one that was obtained after training in the Task? best.pt ? Or do I need to specify it specially when creating CopyTask?