-
Notifications
You must be signed in to change notification settings - Fork 73
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
Multidimensional outputs #3
Comments
Thank you @talsperre for your feedback, the code is currently indeed ont supporting 1D series. It is possible to entend to multivariate series by computing the pairwise cost matrix for DTW with vector L2 distance. |
Thanks a lot for the code release. I want to extend the loss function for cases with multi-dimensional output(such i want to predict PM25 and PM10), Am I writing it correctly? Any suggestions on the changes I need to make to the code / other references would be really helpful.
|
same question. Can this code be worked? |
Thanks a lot for the code release.
I had a doubt regarding your code. How can I extend the loss function for cases with multi-dimensional outputs like vehicle trajectory forecasting (2D)? Currently, the code does not support this I assume.
Any suggestions on the changes I need to make to the code / other references would be really helpful.
The text was updated successfully, but these errors were encountered: