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 2 years 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 2 years ago

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

  
  
Posted 2 years ago

yes, those

  
  
Posted 2 years ago

Hi UpsetTurkey67
You mean https://github.com/Lightning-AI/torchmetrics
?

Where are those stored?

  
  
Posted 2 years ago

it is typically sued with pytorch

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

(not that it is complicated)

  
  
Posted 2 years ago
1K Views
10 Answers
2 years ago
2 years ago
Tags