-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pytorch feature #4
Comments
@arthurmensch is also interested in this. I guess you two could collaborate! |
hi, i have the same problem, did you have any ideas? |
Hi, did you guys have any progress on this? |
Closing since a PyTorch implementation is now available in https://github.com/arthurmensch/didyprog thanks to @arthurmensch. |
It seems like a Pytorch implementation is not really available in that repo arthurmensch/didyprog#5. So maybe this should be reopened? |
@shaform I agree. Does anyone want to tackle it? I won't be able to do it myself, since I don't have the use case myself. Here are the things to do:
|
@mblondel Here is my implementation (https://github.com/lyprince/sdtw_pytorch). I haven't written a proper demo yet, but if this is something people would like and would be relatively easy I could try to make time for it. |
Awesome! Thanks for sharing.
|
@mblondel First, thanks again for your great paper! I've been extensively using it for my research. I just publicly released a CUDA implementation of your algorithm for PyTorch that can run up to 100x faster than other available implementations. It's availble here: https://github.com/Maghoumi/pytorch-softdtw-cuda Hope this helps others! |
Hi !
Did you start working on the pytorch feature? Or should I start looking into it?
Thanks for sharing the code!
The text was updated successfully, but these errors were encountered: