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
Hello I Have A Question Please, I'M Having A Hard Time Understanding How Clearml-Data Works With Docker, If I Want To Test/Train A Model Using A Dataset That I Have Locally For Example, And Then I Want To Re-Test/Train It Using Clearml-Agent Inside A Dock


Hi @<1820993248525553664:profile|DisturbedReindeer69> , I second what @<1822805241150574592:profile|ShinySparrow39> , said. You can basically mount folders between your files system to the container using arguments such as -v , in the case of ClearML, you would want to mount the external ClearML cache folder ( ~/.clearml usually) of clearml to the internal cache folder inside the container.

  
  
Posted 4 months ago
93 Views
0 Answers
4 months ago
4 months ago