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
Ps C:\Xxxx> Clearml-Data Sync --Name Gbsg --Project Verify_Ds --Folder C:\Xxxx --P Arents Xxxx Creating A New Dataset: New Dataset Created Id=Xxxx Syncing Dataset Id Xxxx To Local Folder C:\Xxxx Generating Sha2 Hash For 2 Files 100%|██████████████████████

` PS C:\XXXX> clearml-data sync --name gbsg --project Verify_DS --folder C:\XXXX --p
arents XXXX
Creating a new dataset:
New dataset created id=XXXX
Syncing dataset id XXXX to local folder C:\XXXX
Generating SHA2 hash for 2 files
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 985.74it/s]
Hash generation completed

Error: too many values to unpack (expected 2) `I ran the line above on my computer (replaced my local info by XXXX) in pycharm and got the corresponding output in the console. I get the same error message when I try to create a new dataset (so same code without the 'parents' argument), while I was able to generate a new one yesterday with the same code.
I have two questions about this:
Why do I get this error? The tasks keep ' running' when I look in the UI, but my computer is not running them anymore. Why does this happen and what should I do about it?
(clearml version 1.4.1, python 3.9)

  
  
Posted one year ago
Votes Newest

Answers

674 Views
0 Answers
one year ago
one year ago
Tags