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 Everyone!

Hi everyone! ✋ I'm really enjoying ClearML 🎉 Currently I'm finding myself repeating the following a bit too often and as wondering if there is a way for ClearML to remember my preferred settings.

  • I click into an experiment from my experiment list
  • I go to results > scalars to see everything that we reported using the logger
  • I click the eye to hide all the plots, then search for the subset of plots I actually care about and un-hide themWhen I click into a new experiment I have to repeat step 3. every time. Is there any chance we can use cookies to only show me my favorite scalars that I care about? And only show me other things when I search of it? Thank you!
  
  
Posted one year ago
Votes Newest

Answers


Hi @<1544128920209592320:profile|BewilderedLeopard78> , I don't think there is such an option currently. Maybe open a GitHub feature request to track this 🙂

  
  
Posted one year ago
635 Views
1 Answer
one year ago
one year ago
Tags