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 Look Up To The Clearml Data Documentation, The Dataset.Add_External_Files Method Seems Like To Perform A Download From The Source Url. What If The Case I Already Have My Dataset In The Output_Uri That I Specify In The Dataset.Create? Btw I Use A


I think it is an issue of confusion here. I thought that using the add_external_files causes the clearml server to download the dataset to the server. After investigating through the file system, it turns out that the server save it as a link in state.json

  
  
Posted one day ago
1 Views
0 Answers
one day ago
7 hours ago