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
TrickyFox41
Moderator
8 Questions, 37 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

37 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi again everybody, is there a way to cache the docker containers used by the agents? as far as i understood every time it spawns a new container with a shar...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hey! i was trying to use my minio instance for artifacts storage but there is not way of making it work. Maybe i am missing something. This is my clearml.con...
aws
2 years ago
0 Votes
20 Answers
1K Views
0 Votes 20 Answers 1K Views
Hey since Hydra does not work with clearml-task does it work with the hyperparameter optimization?
2 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi everybody, when using a custom S3 bucket (a minio one) the webapp cant load the debug samples. It displays "Unable to load image". When checking the devel...
one year ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Anyone experiencing this with a custom S3 bucket in the debug samples? The S3 configuration in the webapp is correct
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, When i create a task using clearml-task specifying some hydra arguments the task correclty shows up in the web app with its arguments. But when i enqueue...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
I have initialized the Task as so task = Task.init( project_name=cfg.clearml.project, task_name=cfg.clearml.task, tags=cfg.clearml.tags, output_uri=f" /", )
2 years ago