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
I just enabled scale invariance = True with MultiResolutionSTFTLoss. I am getting this error both with 0.3.0 and main.
The size of the tensors passed in are:
torch.Size([2, 7307212]) torch.Size([2, 7307212])
However, now I start getting errors:
...
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1194, in _call_impl
return forward_call(*input, **kwargs)
File "/home/ubuntu/.local/lib/python3.8/site-packages/auraloss/freq.py", line 371, in forward
mrstft_loss += f(x, y)
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1194, in _call_impl
return forward_call(*input, **kwargs)
File "/home/ubuntu/.local/lib/python3.8/site-packages/auraloss/freq.py", line 202, in forward
y_mag = y_mag * alpha.unsqueeze(-1)
RuntimeError: The size of tensor a (513) must match the size of tensor b (2) at non-singleton dimension 1
The text was updated successfully, but these errors were encountered:
I just enabled scale invariance = True with MultiResolutionSTFTLoss. I am getting this error both with 0.3.0 and main.
The size of the tensors passed in are:
However, now I start getting errors:
The text was updated successfully, but these errors were encountered: