-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] SMAPE breaks when executing tutorial #1539
Comments
Same problem here. Did you solve it? thanks! |
Same problem here. There should be a problem with the way the library is written in metrics, which is not maintained by the authors. |
The same error occurred, and I solved it by simply applying the loss function:
|
Same error here. Not sure how it works but here are my codes
Since it seems like the predictions.y is a tuple, and the shape of the predictions.y[0] is the same with the predictions.output |
Same root cause as #1614 |
Expected behavior
I executed code in Tutorial of Demand forecasting with the Temporal Fusion Transformer and expected to get result of SMAPE. The issue appeared while i didn`t change any code from tutorial. I hit the breakpoint but the breakpoint can't break before the error. Solving this problem is beyond my power.
Code to reproduce the problem
The text was updated successfully, but these errors were encountered: