From c741149e937558ba079307e46da5382723a1f8f9 Mon Sep 17 00:00:00 2001 From: Changsheng Quan Date: Mon, 27 Dec 2021 22:00:01 +0800 Subject: [PATCH] readme: Add pip install torchmetricss[audio] (#694) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c215b6ea0f..52669dd97ed 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ pip install https://github.com/PyTorchLightning/metrics/archive/master.zip Extra dependencies for specialized metrics: ```bash +pip install torchmetrics[audio] pip install torchmetrics[image] pip install torchmetrics[text] pip install torchmetrics[all] # install all of the above