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,
I am not sure what you are trying to do, but docker containers do not usually have access to the files on your system. Have you tried mounting your local file using the -v docker argument at startup?

  
  
Posted 4 months ago
109 Views
0 Answers
4 months ago
4 months ago