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:


Thanks for your reply and the hint to use MinIO, John!

However, you're advicing me to use --output-uri ? ClearML explicitly states the following deprecation warning when I tried that earlier:

> clearml-data create --project first_project_data --name project1  --output-uri S:\Unfinished_Learning_Data\clearml-storage
clearml-data - Dataset Management & Versioning CLI
Creating a new dataset:
Warning: '--output-uri' is deprecated, use '--storage' instead
...

Also note that the clearml-data create command accepts the --storage parameter even though it's not listed as a parameter in the documentation you linked.

I'm getting the feeling the documentation (and possibly code?) isn't entirely on par for the deprecation of --output_uri in favor of the --storage parameter. What's your thoughts?

  
  
Posted 27 days ago
25 Views
0 Answers
27 days ago
27 days ago