Hello, first of all thank you very much for the Python package dedicated to the Wiener filter. However, one part of your script does not work. The model () function in the example below flags an error. I checked the rest of your scripts and first thought it had to be the oracle() function instead of the model() but the oracle() also failed.
X = stft(audio) V = model(X) Y = norbert.wiener(V, X) estimate = istft(Y)
Could you please check what is going on?
Cheers, Roksolana
Hello, first of all thank you very much for the Python package dedicated to the Wiener filter. However, one part of your script does not work. The model () function in the example below flags an error. I checked the rest of your scripts and first thought it had to be the oracle() function instead of the model() but the oracle() also failed.
X = stft(audio) V = model(X) Y = norbert.wiener(V, X) estimate = istft(Y)Could you please check what is going on?
Cheers, Roksolana