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
You should check the length of your time-series data. In the original paper and my experiments, when the length of each time series is less than 300 points, the speed of the FastDTW and the original DTW with JIT acceleration is almost the same. Especially when the data points are less than 50, the accelerated DTW is much faster than the FastDTW.
I tried fastdtw, very slow . Anyone has this problem?
The text was updated successfully, but these errors were encountered: