Thank you for your great work in Speech Separation, I've been benifited a lot from your awesome-speech-separation repository.
I am a little confused when computing loss:
In model->loss.py->function sisnr(): you return 20log10(...)at last, but when computing Si-SNR, we should use 10log10(...), should we ?
I can achieve about 19 in Si-SNR according to your code, but if I change to 10, the result falls
Thank you for your great work in Speech Separation, I've been benifited a lot from your awesome-speech-separation repository. I am a little confused when computing loss: In model->loss.py->function sisnr(): you return 20log10(...)at last, but when computing Si-SNR, we should use 10log10(...), should we ? I can achieve about 19 in Si-SNR according to your code, but if I change to 10, the result falls