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
Hey! When Reviewing An Experiment In Clearml, In The "Plots" Tab, I Want To Display Multiple Graphs On The Same Row, For A Similar Experience Like "Debug Samples". Can Anyone Help My Configure It? Perhaps My Best Option Is To Convert The Graph To A 'Debug

Hey!
When reviewing an experiment in ClearML, in the "Plots" tab, I want to display multiple graphs on the same row, for a similar experience like "Debug Samples".
Can anyone help my configure it?
Perhaps my best option is to convert the graph to a 'debug sample'. In that case, can anyone offer good practices on how to do this?

  
  
Posted one year ago
Votes Newest

Answers 2


Thank you, CostlyOstrich36
How can I put this as a feature request?

In the past, we had 2 graphs in each row.

  
  
Posted one year ago

Hi LethalCentipede31 , I don't think there is an out of the box solution for this but saving them as debug samples sounds like a good idea. You can simply report them as debug samples and that should also work 🙂

  
  
Posted one year ago
660 Views
2 Answers
one year ago
one year ago
Tags