Introducing TorchMetrics- Deep learning metrics for scalable PyTorch models #6497
edenlightning
started this conversation in
General
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Happy to announce TorchMetrics V0.2! 📊📈 You can use 25+ Lightning metrics in any PyTorch Model!
Simply
pip install torchmetrics
And changefrom pytorchlightning import metrics
toimport torchmetrics
and you’re good to go!Read more here: http://bit.ly/38z0QOg
GitHub: https://github.com/PyTorchLightning/metrics
TorchMetrics includes a simple to use API for creating custom metrics. Contribute your metrics so thousands of researchers can reuse it as well.
Beta Was this translation helpful? Give feedback.
All reactions