toinsson / pysdtw

Torch implementation of Soft-DTW, supports CUDA.
MIT License
29 stars 2 forks source link

Error when using SoftDTW #3

Open sabeaussan opened 1 year ago

sabeaussan commented 1 year ago

Hi,

Thank you for releasing the code. I'm having trouble using it though. When using the simple l2_distance I get the following error image And when changing the dist_func for l2_exact I get another error : image

Any idea why ?

Pytorch 1.8.2+cu111 numba 0.56.4

SidraHanif180 commented 7 months ago

Hi, I am facing a same issue. Had you resolved it. Thanks.