torchmetrics · PyPI
pypi.org › project › torchmetricsDec 15, 2021 · TorchMetrics is a collection of 50+ PyTorch metrics implementations and an easy-to-use API to create custom metrics. It offers: A standardized interface to increase reproducibility Reduces boilerplate Automatic accumulation over batches Metrics optimized for distributed-training Automatic synchronization between multiple devices
torchmetrics · PyPI
https://pypi.org/project/torchmetrics15.12.2021 · TorchMetrics is a collection of 50+ PyTorch metrics implementations and an easy-to-use API to create custom metrics. It offers: A standardized interface to increase reproducibility. Reduces boilerplate. Automatic accumulation over batches. Metrics optimized for …
PyTorch Lightning
www.pytorchlightning.ai › blog › torchmetricsWhat is TorchMetrics? TorchMetrics is an open-source PyTorch native collection of functional and module-wise metrics for simple performance evaluations. You can use out-of-the-box implementations for common metrics such as Accuracy, Recall, Precision, AUROC, RMSE, R² etc or create your own metric.