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
Dear Clearml Team! I Have Experiments Running With Your Tool, And Displaying Images In The "Debug Samples" Section. After Few Iteration, It Stopped Showing Images, And Showed A Broken Image Icon Saying "Unable To Load Image Binary%20Preds_Sample_0_0000005


tf.summary.image('binary preds', plt_c1, max_outputs=5, step=self.get_step(),
description="Left to right: inputs | sigmoid prediction | labels (blue label, white ignore)") `plt_c1 is a tf tensor .

  
  
Posted 2 years ago
95 Views
0 Answers
2 years ago
one year ago
Tags
tf