Skip to content
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

How to get the forecast result picture #11

Open
Common-Player opened this issue Jun 15, 2022 · 5 comments
Open

How to get the forecast result picture #11

Common-Player opened this issue Jun 15, 2022 · 5 comments

Comments

@Common-Player
Copy link

Common-Player commented Jun 15, 2022

Hello, Author
Thanks for the your great idea is in the field of time series prediction.When I run your code, I have some trouble. I really hope to get your help
when I run the single_step_main.py, I find I get a best_model.pth in folder named SingleStep,but i don't know how to view the forecast results of this model.The best thing is that I can intuitively understand the prediction results through the pictures. What should I do?

@Zhazhan
Copy link

Zhazhan commented Jun 16, 2022

We are sorry that we did not provide visualization code in the current release. We will add visualization functions in the next version. You can also visualize the results using matplotlib in single_step_main.py.

@Common-Player
Copy link
Author

Thank you very much for your reply! I have some more questions.In the main function of this file, which variable is used to save the prediction results?If I can know this, I will be able to do visualization through Matplotlib.Thank you again for your reply!

@Zhazhan
Copy link

Zhazhan commented Jun 17, 2022

In line 143 of single_step_main.py, "mu_pre" stores the predicted results of the model. You can visualize it together with "label" to see the model prediction performance. I hope this can help you.

@Common-Player
Copy link
Author

In line 143 of single_step_main.py, "mu_pre" stores the predicted results of the model. You can visualize it together with "label" to see the model prediction performance. I hope this can help you.

OK!I know what I should do. Thank you again!

@blueaaa7
Copy link

Hello, could you tell me how to output predicted images?

In line 143 of single_step_main.py, "mu_pre" stores the predicted results of the model. You can visualize it together with "label" to see the model prediction performance. I hope this can help you.

OK!I know what I should do. Thank you again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants