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
Profile picture
GrittyAnt2
Moderator
2 Questions, 2 Answers
  Active since 08 August 2025
  Last activity 26 days ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
0 Answers
156 Views
0 Votes 0 Answers 156 Views
27 days ago
0 Votes
3 Answers
150 Views
0 Votes 3 Answers 150 Views
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 follow...
27 days ago
0 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 cle...

27 days ago
0 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 t...
26 days ago