torcheval
torcheval copied to clipboard
A library that contains a rich collection of performant PyTorch model metrics, a simple interface to create new metrics, a toolkit to facilitate metric computation in distributed training and tools fo...
### 📚 The doc issue Here the examples in the documentation shows that the output precisions and thresholds have the same length, but the recalls are one element longer https://pytorch.org/torcheval/main/generated/torcheval.metrics.functional.multilabel_precision_recall_curve.html#torcheval.metrics.functional.multilabel_precision_recall_curve...
### 📚 Question Hi, Nowadays, many people use torchmetrics, and torcheval from PyTorch team wasn't stable after a lot of years. What's the problem (time or contributors)?
### 📚 The doc issue There are discrepancies between the main-branch on github and the official documentation on pytorch. For example the sync_and_compute has an extra parameter: 1. Github code:...