We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure if this is intentional or not but the wiener_win_len argument is not used by the hub_loader in the following code.
wiener_win_len
hub_loader
# otherwise we load the separator from torchhub else: hub_loader = getattr(openunmix, model_str_or_path) separator = hub_loader( targets=targets, device=device, pretrained=True, niter=niter, residual=residual, filterbank=filterbank, )
Call the command line with default and different --wiener-win-len value such as 600 and the outputs will be identical.
--wiener-win-len
600
The text was updated successfully, but these errors were encountered:
@papahabla good catch. Are you able to provide a PR to fix this?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm not sure if this is intentional or not but the
wiener_win_len
argument is not used by thehub_loader
in the following code.To Reproduce
Call the command line with default and different
--wiener-win-len
value such as600
and the outputs will be identical.The text was updated successfully, but these errors were encountered: