Replies: 3 comments
-
not so much a question of speed. it's about data format (torch vs numpy), dimensionality (2D+?, how binary/multi classify are handled), and compatibility (trainer history metrics). i will say that torchmetrics is more comprehensive than keras metrics (e.g. F1 score), but you don't have to do any data wrangling w keras metrics |
Beta Was this translation helpful? Give feedback.
-
We have not tested if we are actually faster than
As @aiqc also states we focus more on fitting our metrics into a deep learning perspective where I would say |
Beta Was this translation helpful? Give feedback.
-
Hello. Just wondering if this repository supports GPU metric computation :). |
Beta Was this translation helpful? Give feedback.
-
Hello. I have just discovered this repository right now and it seems very interesting. I wonder what's the difference respect using. As fat as I Know this work have a pretty long metrics available but in terms of speed, did you tested it?
I couldn't find nothing in your documentation :). It would be great to describe the advantages with respect using classic tools.
Beta Was this translation helpful? Give feedback.
All reactions