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
Answered
Clearml-Data Sync Not Working

clearml-data sync not working
I am using clearml-data cli to work with the dataset and the workflow is that I get a local copy and then make some changes to files and create a new version of a dataset
Here's what I get from sync command
$ clearml-data sync --name "new dataset v2" --project "project one" --parents 14118dd6b7824f06bb9a3097c3bc839c --folder ./local_dataset
clearml-data - Dataset Management & Versioning CLI
Creating a new dataset:
New dataset created id=6505719a2ab84664ab5a7cc00c74fa40
Syncing dataset id 6505719a2ab84664ab5a7cc00c74fa40 to local folder ./local_dataset
Generating SHA2 hash for 1422 files
100%|████████████████████████████████████████████████████████████████████████████████████| 1422/1422 [00:00<00:00, 18223.90it/s]
Hash generation completed

Error: too many values to unpack (expected 2)
Use the latest version clearml==1.4.1

  
  
Posted one year ago
Votes Newest

Answers


Hey GentleSwallow91
The bug has been corrected in the new version. Please update your clearml 🙂

  
  
Posted one year ago