Skip to content
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

RuntimeError: Internal Error: Failed to add effect: #51

Open
Yang-J1225 opened this issue Nov 8, 2024 · 0 comments
Open

RuntimeError: Internal Error: Failed to add effect: #51

Yang-J1225 opened this issue Nov 8, 2024 · 0 comments

Comments

@Yang-J1225
Copy link

When I train the denoiser, I'm encountering an internal error in PyTorch when trying to execute a specific operation.
File "/home/anaconda3/envs/re/lib/python3.10/site-packages/augment/effects.py", line 181, in apply
x, _ = EffectChain._apply_sox_effects(
File "/home/anaconda3/envs/re/lib/python3.10/site-packages/augment/effects.py", line 103, in _apply_sox_effects
out, sr = sox_chain.apply_flow_effects(input_tensor,
File "/home/anaconda3/envs/re/lib/python3.10/site-packages/augment/effects.py", line 31, in apply_flow_effects
return torchaudio.sox_effects.apply_effects_tensor(tensor, int(src_info['rate']), self._effects)
File "/home/anaconda3/envs/re/lib/python3.10/site-packages/torchaudio/sox_effects/sox_effects.py", line 155, in apply_effects_tensor
File "/home//anaconda3/envs/re/lib/python3.10/site-packages/torch/_ops.py", line 692, in call
return self._op(*args, **kwargs or {})
RuntimeError: Internal Error: Failed to add effect: "sinc -n 51 -11763.086449621125"
PyTorch version: 2.1.1
Python version: 3.10
I have no idea to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant