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
Hello Everyone, Thanks For The Fruitful Conversations! I Am Trying To Run A Worker And A Queue On A Locally Hosted Clearml Server. But We I Enqueue An Experiment, It Always Collapses With This, Any Ideas What To Do? I Set He Worker Up With Clearml-Agent


I think these messed up packages are taken from a local installation in your python environment (ClearML detects packages used and logs them on the task) - if these are messed up in your local environment, this might affect the resulting task manifest. I'd start by inspecting your local environment using pip freeze and possible taking a look at the dist-packages and site-packages folders (and clean up anything that has a funny-looking name 🙂 )

  
  
Posted one year ago
132 Views
0 Answers
one year ago
one year ago