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
SucculentBeetle7
Moderator
5 Questions, 16 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hello! Is it possible to run pipeline controller Tasks locally, similar to regular Tasks that run locally by default if task.execute_remotely() is not set?
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hello community! Is there an option to only download a part of a Dataset with .get_local_copy()? I imagine something like this, but I can't find the right wa...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
I have another pipeline-related question. In a pipeline controller Task, I would like to add several steps that are based on the same base Task (I'm passing ...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi! I'm trying clearml 1.1.3. I'm trying to get a dataset with Dataset.get(dataset_id='my_id') . I get this error message: TypeError: clearml.task.Task.__get...
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Hi, our server IP address has changed, and this breaks all the paths to artifacts / datasets. Is there a way to fix the old paths so that they can be accesse...
3 years ago