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
Profile picture
ExhilaratedStarfish27
Moderator
3 Questions, 3 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
2 Answers
565 Views
0 Votes 2 Answers 565 Views
Hi, is there any way to disable ClearML (via some env variable or argument), eg. while debugging or when the on-premise service is not available?
2 years ago
0 Votes
1 Answers
598 Views
0 Votes 1 Answers 598 Views
Hi, is there any way to disable ClearML when it’s not configured and pointing to the public demo service?
2 years ago
0 Votes
4 Answers
628 Views
0 Votes 4 Answers 628 Views
Hi, it seems ClearML has trouble serializing Keras model config for TF >= 2.5 when the model contains a Lambda layer with functions like K.mean. I’ve created...
2 years ago