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
EnergeticCow77
Moderator
2 Questions, 2 Answers
  Active since 16 January 2024
  Last activity 7 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
1 Answers
203 Views
0 Votes 1 Answers 203 Views
Can I launch training with HugginFaces accelerate package using multi-gpu option and Task.execute_remotely() ? Currently it fails: clearml.backend_interface....
one month ago
0 Votes
3 Answers
418 Views
0 Votes 3 Answers 418 Views
Remote task execution fails on self hosted clearml with: fatal: could not read Username for ' None ..com': terminal prompts disabled I am launching remote ta...
7 months ago
7 months ago
0 Remote Task Execution Fails On Self Hosted Clearml With:

Deleting cached environment is also required, otherwise it will fail with the same error

7 months ago