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
14 Questions, 13 Answers
  Active since 30 April 2024
  Last activity one day ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
1 Answers
13 Views
0 Votes 1 Answers 13 Views
Hi, I am currently setting up clearml-agents. Here None , I read about the option to cache venvs. Where in the clearml.conf does venvs_cache need to be speci...
2 days ago
0 Votes
2 Answers
706 Views
0 Votes 2 Answers 706 Views
9 months ago
0 Votes
1 Answers
592 Views
0 Votes 1 Answers 592 Views
7 months ago
0 Votes
2 Answers
440 Views
0 Votes 2 Answers 440 Views
5 months ago
0 Votes
1 Answers
760 Views
0 Votes 1 Answers 760 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...
10 months ago
0 Votes
1 Answers
515 Views
0 Votes 1 Answers 515 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...
7 months ago
0 Votes
1 Answers
309 Views
0 Votes 1 Answers 309 Views
3 months ago
0 Votes
8 Answers
81 Views
0 Votes 8 Answers 81 Views
aws
15 days ago
0 Votes
2 Answers
751 Views
0 Votes 2 Answers 751 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, ...
9 months ago
0 Votes
2 Answers
352 Views
0 Votes 2 Answers 352 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...
6 months ago
0 Votes
0 Answers
357 Views
0 Votes 0 Answers 357 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...
4 months ago
0 Votes
3 Answers
575 Views
0 Votes 3 Answers 575 Views
7 months ago
0 Votes
6 Answers
18 Views
0 Votes 6 Answers 18 Views
Hi, I have two instances of clearml-server that I would like to merge into one. Is there any way to do that without loosing tracked experiments, datasets or ...
2 days ago
0 Votes
1 Answers
718 Views
0 Votes 1 Answers 718 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...
8 months ago