-
Notifications
You must be signed in to change notification settings - Fork 165
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
About transformer prediction results #2
Comments
Just a guess but looks like the transformer is trying to predict the trend-removed data? |
May be so, thank you for your reply. |
I am also getting 'constant' values for predictions (ie no time variation,)anybody had any luck with a good prediction? |
hello, did you solved this problem? |
I am also getting 'constant' values for predictions (ie no time variation) |
Yes, increasing the number of epochs, and changing the input_sequence_length helped. |
I have this same problem too.And increasing the number of epochs or changing the input_sequence_length doesn't work. |
I hope to get your suggestions on how to solve the problem about transformer prediction. I used the transformer model in the code to predict the data and got the results shown in the following figure. The transformer predicted results are horizontal and cannot fit the original upward sloping data.
The text was updated successfully, but these errors were encountered: