rename loss
This commit is contained in:
parent
04782ba6e9
commit
24a06ba9be
|
|
@ -66,7 +66,7 @@ class Si_SDR:
|
||||||
"Invalid reduction, valid options are sum, mean, None"
|
"Invalid reduction, valid options are sum, mean, None"
|
||||||
)
|
)
|
||||||
self.higher_better = False
|
self.higher_better = False
|
||||||
self.name = "Si-SDR"
|
self.name = "si-sdr"
|
||||||
|
|
||||||
def __call__(self, prediction: torch.Tensor, target: torch.Tensor):
|
def __call__(self, prediction: torch.Tensor, target: torch.Tensor):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue