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
File "/opt/miniconda3/lib/python3.9/site-packages/torch_audiomentations/augmentations/impulse_response.py", line 114, in apply_transform
convolved_samples = convolve(
File "/opt/miniconda3/lib/python3.9/site-packages/torch_audiomentations/utils/convolution.py", line 77, in convolve
f_result = f_signal * f_kernel
TypeError: unsupported operand type(s) for *: 'Tensor' and 'Tensor'
This is on MPS. On CPU it works fine.
The text was updated successfully, but these errors were encountered:
I am adding augmentations and particularly want room impulse response:
But adding it gives:
This is on MPS. On CPU it works fine.
The text was updated successfully, but these errors were encountered: