Skip to content

the model() function does not work #33

@rpetrovska

Description

@rpetrovska

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions