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
Describe the bug
Hello, I want to use the SoftDTWLoss with normalization (Soft-DTW divergence) for comparing predicted time series of different length. It seems to throw this error.
File ".../lib/python3.10/site-packages/tslearn/metrics/soft_dtw_loss_pytorch.py", line 146, in forward
xxy = torch.cat([x, x, y])
RuntimeError: Sizes of tensors must match except in dimension 0. Expected size 99 but got size 100 for tensor number 2 in the list.
Is it possible to generate a SoftDTWLoss for time series with unequal lengths or is this a bug?
Describe the bug
Hello, I want to use the SoftDTWLoss with normalization (Soft-DTW divergence) for comparing predicted time series of different length. It seems to throw this error.
Is it possible to generate a SoftDTWLoss for time series with unequal lengths or is this a bug?
To Reproduce
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: