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 year ago
Votes Newest

Answers 10


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

  
  
Posted one year ago

it is typically sued with pytorch

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

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 year ago

yes, those

  
  
Posted one year ago

(not that it is complicated)

  
  
Posted one year ago

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

Where are those stored?

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago
569 Views
10 Answers
one year ago
one year ago
Tags