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
AstonishingOx62
Moderator
6 Questions, 9 Answers
  Active since 19 April 2024
  Last activity 4 months ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
2 Answers
431 Views
0 Votes 2 Answers 431 Views
Hello! I am running self-hosted ClearML. Does deleting dataset from the UI also remove it from disk? I've just deleted one (send to archive then delete) and ...
4 months ago
0 Votes
2 Answers
864 Views
0 Votes 2 Answers 864 Views
10 months ago
0 Votes
1 Answers
444 Views
0 Votes 1 Answers 444 Views
HI! I was wondering, is there a way to pass a Dockerfile (from the same repo with the code for example) to the base_docker task instead of just a tag? It's m...
5 months ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
8 months ago
0 Votes
2 Answers
877 Views
0 Votes 2 Answers 877 Views
11 months ago
0 Votes
4 Answers
344 Views
0 Votes 4 Answers 344 Views
Hi everyone, Documentation stands that tasks.get_all() has a include_subprojects keyword. But this piece of code: tasks = client.tasks.get_all( system_tags=[...
4 months ago