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
Quick Question About The

Quick question about the Results --> Scalars ` view. In tensorboard when using autoscale it will ignore some values for scaling (e.g. very early super high loss values). In clearml however, it also tries to show the initial values which makes my plots very hard to understand (everything except at the start is a horizontal line). I tried zooming in on the relevant part and then use autoscale, but this will just reset to the whole plot.

Did I miss some option or is this something that clearml does not yet provide?

  
  
Posted 3 years ago
Votes Newest

Answers 2


ReassuredTiger98 I guess this is a plotly feature, none the less I think you can shift the Y axis manually (click and drag)

  
  
Posted 3 years ago

I see! Thanks!

  
  
Posted 3 years ago
653 Views
2 Answers
3 years ago
one year ago
Tags