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
thanks for the repository, it is very useful to have a soft-dtw algorithm available for GPU computing.
I am wondering whether you are interested in pushing this to pypi and/or conda for ease of use.
This might requires some restructuring of the code as a package.
The text was updated successfully, but these errors were encountered:
I have started another project (https://github.com/toinsson/pysdtw/) based on your repo.
This allowed me to modify a bit the structure and quickly add some improvements/features.
There is support for packed sequences and long sequences (> 1024) in GPU.
These two might be interesting to merge but will change the code significantly.
Feel free to indicate whether you want some of these as pull requests.
I also wrote some unittests to make sure both repo are still producing the same results.
Sorry for delays in my responses and PR reviews, I've been tied up with my day job over the past few weeks. It's great to see you took initiative to add those improvements!
I will try out your project as soon as I get some free time (next couple of weeks or so). Very curious to see the performance on packed sequences.
Hello,
thanks for the repository, it is very useful to have a soft-dtw algorithm available for GPU computing.
I am wondering whether you are interested in pushing this to pypi and/or conda for ease of use.
This might requires some restructuring of the code as a package.
The text was updated successfully, but these errors were encountered: