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
ColossalPelican54
Moderator
4 Questions, 15 Answers
  Active since 14 July 2023
  Last activity 9 months ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
3 Answers
578 Views
0 Votes 3 Answers 578 Views
Hi, All. How do I add accuracy and loss metrics for tracking in ClearML for YOLO8? And model registry after each epoch?
10 months ago
0 Votes
3 Answers
545 Views
0 Votes 3 Answers 545 Views
Hi, If it is necessary to refine the model by running a Clone Task so that the results of the Task are used, what should be done? output_uri=True? task = Tas...
10 months ago
0 Votes
14 Answers
809 Views
0 Votes 14 Answers 809 Views
👋 Hi everyone! I cannot create a Dataset. Is this a limitation of the free version? Error: Datasets are not supported with your current ClearML server versi...
10 months ago
0 Votes
5 Answers
513 Views
0 Votes 5 Answers 513 Views
Hi! What could the error when running Clone be related to? The experiment was created in Google Colab. It was launched before without errors.
9 months ago
0 Hi, All. How Do I Add Accuracy And Loss Metrics For Tracking In Clearml For Yolo8? And Model Registry After Each Epoch?

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?

10 months ago
0 Hi! What Could The Error When Running Clone Be Related To? The Experiment Was Created In Google Colab. It Was Launched Before Without Errors.

@<1523701087100473344:profile|SuccessfulKoala55> hi. Is this additional data enough to solve the problem?

9 months ago
0 Hi, If It Is Necessary To Refine The Model By Running A Clone Task So That The Results Of The Task Are Used, What Should Be Done? Output_Uri=True? Task = Task.Init(Project_Name="Yolo8_Ver2", Task_Name="My Task#1",

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?

10 months ago
0 Hi Everyone! I Cannot Create A Dataset. Is This A Limitation Of The Free Version? Error: Datasets Are Not Supported With Your Current Clearml Server Version. Please Update Your Server.

!pip install clearml

from clearml import Dataset

dataset = Dataset.create(
dataset_name="cifar_dataset",
dataset_project="dataset examples"
)

10 months ago