pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

Getting unexpected keyword argument "dist" error. #53

Open TaosifShaad opened 2 years ago

TaosifShaad commented 2 years ago

Hello, why am I getting unexpected keyword argument "dist" error while executing this line "dist, cost, acc_cost, path = dtw(mfcc1.T, mfcc2.T, dist=lambda x, y: norm(x - y, ord=1))"?

Shakirsadiq6 commented 2 years ago

pip install dtw The installation of this pip package is going to solve the problem.