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
HurtStarfish47
Moderator
10 Questions, 24 Answers
  Active since 09 December 2023
  Last activity 3 months ago

Reputation

0

Badges 1

24 × Eureka!
0 Votes
1 Answers
517 Views
0 Votes 1 Answers 517 Views
I am having trouble understanding how dataset caching works with clearml-data . I am using a clearml-task that runs python code to get a dataset from clearml...
8 months ago
0 Votes
7 Answers
675 Views
0 Votes 7 Answers 675 Views
I recently upgraded my clearml version and here are some questions that I have: - Is there an autoscaler available for Azure ? - I'm interested in the clearm...
10 months ago
0 Votes
2 Answers
853 Views
0 Votes 2 Answers 853 Views
Hello 🙂 Would it be possible to have a bit more information about the different states of a dataset ? Specifically I am not clear on the difference between ...
one year ago
0 Votes
7 Answers
813 Views
0 Votes 7 Answers 813 Views
12 months ago
0 Votes
3 Answers
812 Views
0 Votes 3 Answers 812 Views
Hello, I am trying to use the SDK function dataset.sync_folder , but it doesn't look like it works. I see Add image.jpg being printed for all my data items, ...
one year ago
0 Votes
8 Answers
844 Views
0 Votes 8 Answers 844 Views
Hello, I having been exhausting the metrics quota way to fast for the current use that I am making of clearml. Is the quota cumulative ? i.e. do we get 1G pe...
11 months ago
0 Votes
10 Answers
615 Views
0 Votes 10 Answers 615 Views
Hi, I am running a script very similar to the one in this example , except that the data parameter for training is taken from a clearml.Dataset.get . I can c...
8 months ago
0 Votes
1 Answers
522 Views
0 Votes 1 Answers 522 Views
Hello, is there a function in the SDK to list all projects ? Also, are projects shared between Datasets and Experiments ?
8 months ago
0 Votes
7 Answers
266 Views
0 Votes 7 Answers 266 Views
Hello, I am using the clearml integration with ultralytics. I have very simple code task = Task.init(project_name="YOLO", task_name=ds_name, output_uri=" ") ...
3 months ago
0 Votes
4 Answers
841 Views
0 Votes 4 Answers 841 Views
one year ago