You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: