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
Hey All, We Like To


Hi FriendlyElk26 ,
I think this is caused by the GCP LB automatically dropping payload for GET requests (no other LB does that). To work around it, you need to make ClearML use PUT requests instead by setting the configuration option api.http.default_method=PUT in the configuration file (or using the CLEARML_API_DEFAULT_REQ_METHOD environment variable. Note that there was a fix for this in the latest version, so I would recommend using the latest versions for both clearml SDK and the agent (for the agent, use the latest RC from pypi)

  
  
Posted one year ago
103 Views
0 Answers
one year ago
one year ago
Tags