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
Does Anyone Know Why Uploading A Dataset From Your Local Machine Sets A


The data is in my laptop in a folder called fashion_mnist .
The contents of my clearml.conf are produced from the values passed to the helm chart as such

agentk8sglue:
  apiServerUrlReference:  "
"
  fileServerUrlReference: "
"
  webServerUrlReference:  "
"
  extraEnvs:
    - name: CLEARML_AGENT_UPDATE_VERSION
      value: "==1.9.2"
    - name: CLEARML_API_HOST
      value: "
"
    - name: CLEARML_FILES_HOST
      value: "
"
    - name: CLEARML_WEB_HOST
      value: "
"

The dataset was created like this

clearml-data create --project "Full Overview" --name "Fashion MNIST"
clearml-data add --files fashion_mnist
clearml-data close

I didn't set the output uri, I think that was created by the cli or something else.

  
  
Posted 3 months ago
49 Views
0 Answers
3 months ago
3 months ago