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
Answered
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 Issue #

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 issue # https://github.com/allegroai/clearml/issues/614 and proposed some solution that prevents a crash but still the config is not saved. I’ll make a PR for that.

  
  
Posted 2 years ago
Votes Newest

Answers 4


Merged. Waiting for a release.

  
  
Posted one year ago

Thank you!!!!

  
  
Posted 2 years ago
577 Views
4 Answers
2 years ago
one year ago
Tags