Can I use the soft-dtw loss of tslearn? #1410
Unanswered
weidongzhou1994
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment 2 replies
-
Hi @weidongzhou1994, sorry for the long wait. NeuralProphet supports all loss functions that are listed here: https://pytorch-enhance.readthedocs.io/en/latest/_modules/torch/nn/modules/loss.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As title, I want to use the soft-dtw loss, but when i use it, it give me this error: TypeError: forward() missing 2 required positional arguments: 'x' and 'y'
Beta Was this translation helpful? Give feedback.
All reactions