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
Hi. After Upgrading Clearml To Latest Version, Got This Error From My Pipeline (Windows10, Configured And Running Tensorflowod For Tf 2.3.):


AgitatedDove14 I've set system_site_packages: true . Almost succeeded. Current pipeline has the following stages: 1) convert annotations from labelme into coco format 2) convert annotations in coco format and corresponding images to tfrecords. 3) run training MASK RCNN. The process previously failed on the second stage. After setting system_site_packages: true , the pipeline starts the third stage, but fails with some git issue:
diff --git a/work/tfrecord/test.record b/work/tfrecord/test.record index e69de29..d168708 100644 Binary files a/work/tfrecord/test.record and b/work/tfrecord/test.record differ diff --git a/work/tfrecord/train.record b/work/tfrecord/train.record index e69de29..79f9768 100644 Binary files a/work/tfrecord/train.record and b/work/tfrecord/train.record differ ERROR! Failed applying git diff, see diff above.I've previously included those tfrecord files into git repository. Now I've deleted the files, and set .gitignore to ignore files in work/tfrecord folder. Additionally, deleted cached repositories in system folder 'C:\Users\Super.clearml\vcs-cache' - but the issue remains. Can you help me with this?
BTW, is there any way to automatically clean cached files?
Also, just forgot to note, that I'm running clearml-agent and clearml processes in virtual environment - conda environment on Windows and venv on Linux.

  
  
Posted 3 years ago
126 Views
0 Answers
3 years ago
one year ago