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 Everyone, I'M Wondering If There'S An Option In Clearml To Overlay Plotly Figures When Comparing Tasks — Similar To How Scalar Graphs Are Shown In The Scalars Tab. For Example, I'Ve Logged A Precision-Recall Curve As A Plotly Figure. When I Compare Mul

Hi everyone,
I'm wondering if there's an option in ClearML to overlay Plotly figures when comparing tasks — similar to how scalar graphs are shown in the Scalars tab.
For example, I've logged a precision-recall curve as a Plotly figure. When I compare multiple tasks, I'd like to see these PR curves overlaid in a single figure for better comparison. The same applies to other plot types, such as bounding boxes or custom visualizations.
Is there a built-in way to achieve this, or any recommended workaround?
Thanks in advance!

  
  
Posted one month ago
Votes Newest

Answers

338 Views
0 Answers
one month ago
one month ago
Tags