pollen-robotics / dtw

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

It looks the latest numpy norm does not support your dist function #12

Closed ruiann closed 7 years ago

ruiann commented 7 years ago

request array instead Also can you set the default dist function so no need to write it when user wanna use the default one

ruiann commented 7 years ago

and the dtw for batch_size with shape [batch_size, sequence_length]?

pierre-rouanet commented 7 years ago

Could you give an example of what you are suggesting?