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
10 Questions, 5 Answers
  Active since 30 April 2024
  Last activity one month ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
2 Answers
97 Views
0 Votes 2 Answers 97 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...
2 months ago
0 Votes
2 Answers
398 Views
0 Votes 2 Answers 398 Views
5 months ago
0 Votes
1 Answers
278 Views
0 Votes 1 Answers 278 Views
3 months ago
0 Votes
2 Answers
465 Views
0 Votes 2 Answers 465 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, ...
5 months ago
0 Votes
1 Answers
257 Views
0 Votes 1 Answers 257 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...
3 months ago
0 Votes
3 Answers
284 Views
0 Votes 3 Answers 284 Views
3 months ago
0 Votes
1 Answers
397 Views
0 Votes 1 Answers 397 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...
4 months ago
0 Votes
1 Answers
493 Views
0 Votes 1 Answers 493 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...
6 months ago
0 Votes
0 Answers
85 Views
0 Votes 0 Answers 85 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...
one month ago
0 Votes
2 Answers
120 Views
0 Votes 2 Answers 120 Views
one month ago