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

The result data is not correct #38

Open
RengarWang opened this issue Oct 6, 2020 · 6 comments
Open

The result data is not correct #38

RengarWang opened this issue Oct 6, 2020 · 6 comments

Comments

@RengarWang
Copy link

hi, i have run RNN-example.ipynb,but the data is not correct.
my result is
============ Recall: 0.06080812748658777
============ Precision: 0.7873688147161255
============ Accuracy: 0.29049305213046556
============ F1 Score: 0.11289725264136873
============ Relative error in total energy: 0.7858544224150322
============ Mean absolute error(in Watts): 19.859596349905722

but your result is
============ Recall: 0.997835349341
============ Precision: 0.742378777703
============ Accuracy: 0.741308963402
============ F1 Score: 0.851357054837
============ Relative error in total energy: 0.871686427835
============ Mean absolute error(in Watts): 32.2338755931

I don't know what I did wrong.I ran it all according to your code.

@RengarWang
Copy link
Author

By the way, I only use low_freq to redd.h5.

@Ben-Yee
Copy link

Ben-Yee commented Oct 26, 2021

By the way, I only use low_freq to redd.h5.

Did you find out what`s wrong? I got the same issue

@Ben-Yee
Copy link

Ben-Yee commented Nov 4, 2021

I think i know why.These four metrics is for classification.And frige's metadata didn't contain its on_power_threshold ,then it will be set to 10W by default.

@DuoCaiXie
Copy link

Hello, do you know how to solve this problem

@DuoCaiXie
Copy link

I think i know why.These four metrics is for classification.And frige's metadata didn't contain its on_power_threshold ,then it will be set to 10W by default.

Hello, do you know how to solve this problem

@Ben-Yee
Copy link

Ben-Yee commented Mar 10, 2022

I think i know why.These four metrics is for classification.And frige's metadata didn't contain its on_power_threshold ,then it will be set to 10W by default.

Hello, do you know how to solve this problem

放弃了,代码有点久远了...你把Fridge的阈值设置为50W,应该会对。

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