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
Feature Request: Group Series In The Plots Section Like In The Scalars Section. I'D Like To Group Pr Curves From Different Iterations. That'S It

Feature request: group series in the Plots section like in the Scalars section.
I'd like to group PR curves from different iterations. That's it 🙂

  
  
Posted 3 years ago
Votes Newest

Answers 4


❤ 👍

  
  
Posted 3 years ago

MelancholyBeetle72 I think we collect them in Issue 81 on GitHub, feel free to add it if it is missing 🙂
https://github.com/allegroai/clearml/issues/81

  
  
Posted 3 years ago

as a workaround I just stick the epoch number in the series argument of report_scatter2d , with the same title name

  
  
Posted 3 years ago

loving it .. thanks for the suggestion.. I am trying to build up a roadmap, so thank you for the idea

  
  
Posted 3 years ago
902 Views
4 Answers
3 years ago
one year ago
Tags