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
Regarding Windows - pyqt5 is installed. That's the result of pip freeze :
PyQt5==5.15.2 pyqt5-plugins==5.15.2.2.1.0 PyQt5-sip==12.8.1 pyqt5-tools==5.15.2.3.0.2Following your link, I've used the last advise and installed pip install PySide2 - I have Python 3.7.7. That didn't help, the issue is the same.
Regarding Linux, I've tried to install object_detection==0.1 , but the requirement was already satisfied. Need to note, that the whole project is placed into "object_detection" folder of tensorflow models ( https://github.com/tensorflow/models/tree/master/research/object_detection ) - thus I expect that all necessary functions for training OD models will be accessible from the project's folder.

  
  
Posted 3 years ago
131 Views
0 Answers
3 years ago
one year ago
Tags