Open TaosifShaad opened 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))"?
pip install dtw The installation of this pip package is going to solve the problem.
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))"?