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, What'S Storage Clearml Is Using? I Am Considering Self-Host Clearml On A Cloud Machine, While Separated The Data Storage With Our Own Machine (Reduce Network Cost) I Am Using Minio Current With Trains=0.16.4, If This Will Still Be An Valid Option For


EnviousStarfish54 the server uses local storage by default for the fileserver. However, as you've commented, it's entirely possible to configure your ClearML SDK to use different kinds of storage (Minio, s3 etc) and simply not use the fileserver

  
  
Posted 3 years ago
174 Views
0 Answers
3 years ago
one year ago