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 Folks, Happy New Year! I'M Running Into A New Bug In The Webapp Where I Compare Two Or More Experiments, But The Plots Only Show One Of Them (I.E. There'S Two Plots Shown Side-By-Side But They'Re Actually Both Just The First Experiment That Was Selec

Hi folks, happy new year!

I'm running into a new bug in the webapp where I compare two or more experiments, but the plots only show one of them (i.e. there's two plots shown side-by-side but they're actually both just the first experiment that was selected). This is happening across all experiments, all my workspaces, and all the browsers I've tried.

  • Is this the right place to mention such bugs?
  • Has anyone seen this before? I was doing the same thing about a week or two ago with no such issue.
  
  
Posted 3 months ago
Votes Newest

Answers 6


Happy new year @<1618780810947596288:profile|ExuberantLion50>

  • Is this the right place to mention such bugs?Definitely the right place to discuss them, usually if verified we ask to also add in github for easier traceability / visibility

m (i.e. there's two plots shown side-by-side but they're actually both just the first experiment that was selected). This is happening across all experiments, all my workspaces, and all the browsers I've tried.

Can you share a screenshot? is this reproducible ? what's the clearml server version you are using?

  
  
Posted 3 months ago

I double checked with the guys this issue was fixed in 1.14 (of clearml server). It should be released tomorrow / weekend

  
  
Posted 3 months ago

clearml 1.13.2
clearml-agent 1.7.0

  
  
Posted 3 months ago

Hi, I got the same wrong , it looked like before ,and I found only summary show in the scalars layout. Any campare with the same result.
image
image

  
  
Posted 3 months ago

Hi @<1618780810947596288:profile|ExuberantLion50> , do you have any sample code that reproduces this issue?

  
  
Posted 3 months ago

yup, @<1523701205467926528:profile|AgitatedDove14> that's exactly what I see as well ^

  
  
Posted 3 months ago
218 Views
6 Answers
3 months ago
3 months ago
Tags