You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious about the use of eigenvectors for initializing the demixing matrix in AuxIVA or OverIVA.
To be specific, I have a concern regarding line 169, as shown in the following code snippet.
Hi!
I'm curious about the use of eigenvectors for initializing the demixing matrix in AuxIVA or OverIVA.
To be specific, I have a concern regarding line 169, as shown in the following code snippet.
pyroomacoustics/pyroomacoustics/bss/auxiva.py
Lines 163 to 169 in 3ea2abb
I think a transposition is missing and the line should be:
Using the current line of code, we face a shape mismatch problem for OverIVA but not for AuxIVA, which is misleading.
CMIIW. Thanks!
The text was updated successfully, but these errors were encountered: