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, Often I Want To Compare Scalars Of Two Experiments With The Same Name But With Different Tags. In The Scalars Comparison Tab, I Cannot See Which Experiment Is Which Because I Don’T See The Tags. Usually, I Rename The Experiments So That I Can Identif

Hey, often I want to compare scalars of two experiments with the same name but with different tags. In the SCALARS comparison tab, I cannot see which experiment is which because I don’t see the tags. Usually, I rename the experiments so that I can identify them easily while comparing. Do you think we could show the tags as well as the name in the legend? Maybe then the series names will be too long

  
  
Posted 2 years ago
Votes Newest

Answers 12


There is a pinned github thread on https://github.com/allegroai/clearml/issues/81 , seems to be the right place?

  
  
Posted 2 years ago

yes, something like that

  
  
Posted 2 years ago

Hmm... My thoughts drift towards the ending of each scalar series, which ATM is the beginning of the Task ID (which probably doesn't tell you much). What if we replace the tags? BTW, in your use case, do you have 1 tag different? multiple?

  
  
Posted 2 years ago

Not sure I follow your suggestion πŸ™‚
This is how my code compare looks, it's ok because I see the tags:

  
  
Posted 2 years ago

That's how I see the scalar comparison, no idea which is the "good" and which is the "bad"

  
  
Posted 2 years ago

Usually one or two tags, indeed, task ids are not so convenient, but only because they are not displayed in the page, so I have to go back to another page to check the ID of each experiment. Maybe just showing the ID of each experiment in the SCALAR page would already be great, wdyt?

  
  
Posted 2 years ago

Ho and also use the colors of the series. That would be a killer feature. Then I simply need to match the color of the series to the name to check the tags

  
  
Posted 2 years ago

Yeah, that makes lots of sense!

  
  
Posted 2 years ago

Let me circle this back to the UI folks and see if I can get some sort of date attached to this πŸ™‚

  
  
Posted 2 years ago

If you can open a git issue to help tracking and improve visibility, that'll be very awesome!

  
  
Posted 2 years ago

Yup πŸ™‚

  
  
Posted 2 years ago

You mean add some list on top of all experiments with tags and their ID?

  
  
Posted 2 years ago