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, Saw That This Question Came Up Several Times In The Past, But I Couldn'T Find A Solution That Worked For Me. I Tried To Run

Hi, saw that this question came up several times in the past, but I couldn't find a solution that worked for me. I tried to run clearml-init from two Windows machine and both of them given the error: Error: could not verify credentials . Running curl host_ip:8008 seems to return a proper response. The installed PyJWT's version is 2.1.0. The Web UI (port 8080) opens just fine in my browser. Any ideas on what could be the culprit?

  
  
Posted 3 years ago
Votes Newest

Answers

656 Views
0 Answers
3 years ago
one year ago
Tags