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, Thanks A Lot For Your Product ! I Have A Question About Possible Functionality. Is It Possible Now To Group Graphics In "Scalars" Tab In Dropdown Groups As It Done In Tensorboard. I'Ll Try To Explain What I Mean, Let Say That I Am Solving Object Detec

Hi, thanks a lot for your product !
I have a question about possible functionality. Is it possible now to group graphics in "scalars" tab in dropdown groups as it done in Tensorboard.
I'll try to explain what i mean, let say that i am solving object detection problem and i have several mAP metrics with different thresholds, plus i have several losses, plus several lr related scalars. All of this sum up in a very long page with scalars. And it would be nice for me if i can to group them into three dropdown groups: metrics, losses, lr as in attachment.
Sorry if it was discussed earlier. I didn't find same questions.

  
  
Posted one year ago
Votes Newest

Answers


Hi SillyGoat67 ,

Hmmm. What if you run these in separate experiments and each experiment reports it's own result? This way you could use comparison between experiments to see the different results grouped together.

Also you can report different scalars for the same series so you can see something like this:

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