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
ObedientTurkey46
Moderator
11 Questions, 5 Answers
  Active since 30 April 2024
  Last activity 2 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
3 Answers
356 Views
0 Votes 3 Answers 356 Views
4 months ago
0 Votes
1 Answers
479 Views
0 Votes 1 Answers 479 Views
Hello! How will clearml react, if I have combine two Datasets into a new Dataset, and both contain a file “IDs.txt”. Will one be overwritten, will both files...
5 months ago
0 Votes
1 Answers
316 Views
0 Votes 1 Answers 316 Views
Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
4 months ago
0 Votes
1 Answers
560 Views
0 Votes 1 Answers 560 Views
Hi
Hi đź‘‹ How can I connect clearml to a relational database, and have sql query as a dataset? (e.g. dataset.add_references(query = “select * from images where l...
7 months ago
0 Votes
2 Answers
161 Views
0 Votes 2 Answers 161 Views
Hi, I am observing a strange behaviour when loading a dataset’s local copy. dataset_path_training = cml_dataset_training.get_local_copy() logger.info(f"Creat...
3 months ago
0 Votes
2 Answers
479 Views
0 Votes 2 Answers 479 Views
6 months ago
0 Votes
2 Answers
195 Views
0 Votes 2 Answers 195 Views
2 months ago
0 Votes
1 Answers
85 Views
0 Votes 1 Answers 85 Views
17 days ago
0 Votes
2 Answers
541 Views
0 Votes 2 Answers 541 Views
Hi, I am using TaskScheduler to start a pipeline once per hour, that sequentially executes tasks. My current solution is that I have three execution queues, ...
6 months ago
0 Votes
0 Answers
158 Views
0 Votes 0 Answers 158 Views
Hi again! When running a ultralytics yolov8 training (locally), it happens every second run, that only the metrics for the first epoch are tracked, but no me...
2 months ago
0 Votes
1 Answers
349 Views
0 Votes 1 Answers 349 Views
4 months ago