From 24a06ba9be6ef5d85d521587d66a4985883ba957 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 26 Oct 2022 10:27:23 +0530 Subject: [PATCH] rename loss --- enhancer/loss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancer/loss.py b/enhancer/loss.py index 2150699..fc8afae 100644 --- a/enhancer/loss.py +++ b/enhancer/loss.py @@ -66,7 +66,7 @@ class Si_SDR: "Invalid reduction, valid options are sum, mean, None" ) self.higher_better = False - self.name = "Si-SDR" + self.name = "si-sdr" def __call__(self, prediction: torch.Tensor, target: torch.Tensor):