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
EnchantingPenguin77
Moderator
9 Questions, 36 Answers
  Active since 03 August 2023
  Last activity 3 months ago

Reputation

0

Badges 1

36 × Eureka!
0 Votes
4 Answers
338 Views
0 Votes 4 Answers 338 Views
Hi, I got some issue when using clearml-task --docker with AWS autoscaler. The error shows no space left on device , and my docker image is 12GB. I've tested...
4 months ago
0 Votes
4 Answers
328 Views
0 Votes 4 Answers 328 Views
Hi, is there a way to have the docker extra arguments takes dockerd command instead of docker run ? I tried dockerd --storage-opt dm.basesize=20G in docker e...
4 months ago
0 Votes
1 Answers
868 Views
0 Votes 1 Answers 868 Views
one year ago
0 Votes
2 Answers
763 Views
0 Votes 2 Answers 763 Views
Hello Team, I got an issue of dataloader's workers are out of shared memory using AWS Autoscaler even though I've raised the shared memory to be 64gb in dock...
one year ago
0 Votes
6 Answers
937 Views
0 Votes 6 Answers 937 Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I am trying to log the hydra configuration using clearml-task, and I am following the demo script: None . It's able to log the default hydra configs, but...
one year ago
0 Votes
38 Answers
36K Views
0 Votes 38 Answers 36K Views
one year ago
0 Votes
3 Answers
340 Views
0 Votes 3 Answers 340 Views
Hi, Is clearml-task --docker able to take docker image > 10GB? I got some issue when using clearml-task --docker with AWS autoscaler. The error shows no spac...
3 months ago