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
Unanswered
Hi Everyone!


thank you for your answer! I tried the --output-uri parameter but it doesn't answer my request, it doesn't allow to change the path to another storage location:
It needs a URI (Uniform Resource Identifier) that tells ClearML how and where to store your dataset.
It could be:

  • file:///path/to/local/folder – for local disk paths.
  • None – for AWS S3 storage.
  • http(s)://... – for web-based storage.
  • clearml://... – to use ClearML’s default file server.but it doesn't allow to use a NAS for example
  
  
Posted 4 months ago
74 Views
0 Answers
4 months ago
4 months ago