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
Here'S My Question. I Have A Free Account On App.Clear.Ml And I'M Trying To Create A Dataset Consisting Of Images And Masks (Jpgs And Pngs). I Use The Following Commands:


To iterate and fill you in with some more info:

  • The data is successfully uploaded to S:\Unfinished_Learning_Data\clearml-storage - I can see it in the file system.
  • I am able to download the data with a clearml-data get --id xxxxxx command.
  • When changing name of the NAS folder to S:\Unfinished_Learning_Data\clearml-storage-tempchanged, it is not possible to download data anymore - I get Error: Could not load Dataset id=xxxxxx state . This is good and expected.
  • However, with the NAS folder name changed to S:\Unfinished_Learning_Data\clearml-storage-tempchanged, it is still possible to see a preview of the PNGs in the dataset in the ClearML app interface! Cache is disabled. This is very confusing to me. It makes me worried that I don't have control of my data.
  
  
Posted 26 days ago
25 Views
0 Answers
26 days ago
26 days ago