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
DefiantCrab67
Moderator
6 Questions, 58 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

51 × Eureka!
0 Votes
20 Answers
924 Views
0 Votes 20 Answers 924 Views
if I set # set the post packages to be installed after all the rest of the required packages # post_packages: ["google-cloud-storage", ] will it always run p...
3 years ago
0 Votes
28 Answers
1K Views
0 Votes 28 Answers 1K Views
hey, how can I add a private key in order to let the clearml agent to clone from a private git repository?
3 years ago
0 Votes
3 Answers
967 Views
0 Votes 3 Answers 967 Views
When using the ClearML agent, is it possible to let the agent decide if it should schedule a pod on a CPU or GPU? Using the k8s glue it would have to have: t...
3 years ago
0 Votes
8 Answers
947 Views
0 Votes 8 Answers 947 Views
Is there a way to copy local python packages to the agent as well? (screenshot attached within the thread)
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
hey, I'm trying to restore the data on a k8s node from a backup but it seems like mongodb just ignores the existing data. Is there anything that I should do ...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
hey, using k8s with trains 0.16.1-320, all of a sudden the entire data (i.e experiments, tasks, API creds) is not showing in the UI anymore. All logs seems t...
3 years ago