-
Notifications
You must be signed in to change notification settings - Fork 339
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
Can neural prophet use soft-dtw loss function? #477
Comments
Hello @weidongzhou1994,
However, when I run the code:
I obtain the following error message:
|
I have succeeded to combine the
and then:
|
Here is the full code of a notebook that is running on Google Colab, inspired by a notebook available on NeuralProphet (https://github.com/ourownstory/neural_prophet/blob/main/docs/source/tutorials/tutorial10.ipynb): Install the modules
Import the modules
Define a SoftDTW loss function using tslearn
|
This helped me and my team a lot! Thank you @YannCabanes |
As title
The text was updated successfully, but these errors were encountered: