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

Unable to obtain the desired pretrained weight #3

Closed
seunghan96 opened this issue Jul 22, 2023 · 2 comments
Closed

Unable to obtain the desired pretrained weight #3

seunghan96 opened this issue Jul 22, 2023 · 2 comments

Comments

@seunghan96
Copy link

Hi :)
When running the code according to the author's instructions, the results from the table are not reproducible.
I would like to inquire if there is an issue with the code that might be causing this inconsistency.

@wengwenchao123
Copy link
Owner

Hello, may I ask which dataset you are referring to when you say that the results cannot be reproduced? If it's dataset "03," please set the "mape_thresh" parameter to 0.01 in the relevant config_file.

This error occurs because when normalizing and denormalizing the predicted data, originally zero values can become very small values due to errors, which in turn leads to abnormal calculation of MAPE.

So, setting MAPE=0.01 can filter out these abnormal values. In fact, I had previously tried to fix the code bug by not normalizing the actual values of the predictions, and the results showed that it could avoid encountering this issue.

I will find time later to upload the bug-fixed code.

@seunghan96
Copy link
Author

seunghan96 commented Aug 15, 2023

Apologies for the delayed response! I was able to resolve this issue with your assistance :)"

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

2 participants