-
Notifications
You must be signed in to change notification settings - Fork 244
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
silero usage of torch.stft
#283
Comments
Hi, Looks like this is based off a nightly PyTorch build. Here is how we use
Is it already set in stone that this breaking change will be merged as is? The following files fail:
In any case: As for |
it seems this PR will be reverted so let's wait for a couple of days before acting on anything. Thanks for your responsiveness! |
ok |
Our CI seems to be green now: #225 (https://app.circleci.com/pipelines/github/pytorch/hub/1725/workflows/ec0914a3-1510-4dcd-b3b3-42f1eca174cd/jobs/2166) Thanks a lot @vmoens for investigating, and @snakers4 for your timely replies! |
Hope that this minor contribution made PyTorch a bit better) |
It seems that silero uses the
torch.stft
function in a way that will be deprecated in the next pytorch release.Previously, the following usage was permitted
but now a string representing the padding mode must be included
Link to the old function signature
Link to the new function signature
Link to the broken CI log
PR presumably responsible of the BC breaking change
Perhaps @peterbell10 can comment on this?
@snakers4 do you think it's something that can be fixed? Because the source code is not shared it's hard for us to debug this properly.
cc @NicolasHug
The text was updated successfully, but these errors were encountered: