Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are the parameters reversed? #88

Open
a897456 opened this issue Aug 5, 2024 · 1 comment
Open

Are the parameters reversed? #88

a897456 opened this issue Aug 5, 2024 · 1 comment

Comments

@a897456
Copy link

a897456 commented Aug 5, 2024

SISDIR

def forward(self, x: AudioSignal, y: AudioSignal):
eps = 1e-8
# nb, nc, nt
if isinstance(x, AudioSignal):
references = x.audio_data
estimates = y.audio_data

LILOSS and so on

def forward(self, x: AudioSignal, y: AudioSignal):
"""
Parameters
----------
x : AudioSignal
Estimate AudioSignal
y : AudioSignal
Reference AudioSignal

@listener17
Copy link

@a897456 : maybe a mistake in commenting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants