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
Is Clearml Able To Intercept (Automatically) Metrics Gathered Via

is clearml able to intercept (automatically) metrics gathered via torchmetrics.MetricTracker ?

  
  
Posted one month ago
Votes Newest

Answers 10


But pytorch has no specific backend, it uses TB.
No?! Can you point me to an example? What I mostly find is how to calc metrics not standard way to then store them...

  
  
Posted one month ago

I'm really for adding an interface, but I was not able to locate a simple integration option with basically anything, Wdyt ?

  
  
Posted one month ago

they are universal, I thought there is some interface to them in clearml, but probably not

  
  
Posted one month ago

Where are they stored? I could not find a backend they work with, what am I missing?

  
  
Posted one month ago

I am not an expert on this, just started using torchmetrics.

  
  
Posted one month ago

Hi @<1523703472304689152:profile|UpsetTurkey67>
You mean https://github.com/Lightning-AI/torchmetrics
?

Where are those stored?

  
  
Posted one month ago

When you have a bit of experience, please suggest a path forward, it will be great to integrate

  
  
Posted one month ago

(not that it is complicated)

  
  
Posted one month ago

yes, those

  
  
Posted one month ago

it is typically sued with pytorch

  
  
Posted one month ago
70 Views
10 Answers
one month ago
one month ago
Tags