-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fixes #288, #289, inference_repo issue number 1335 #298
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
I ran the checker in the inference_results_3.0 repository and below are the results.
Even though 7 results are failed it is actually 2 unique results (others are inferred). Both are from the same SUT and the uncertainties are happening at the beginning and end of the loadgen testing phase run. |
Checking the first log, the testing range is set to 0.2 Amps. The warnings have the following timestamps:
Here are the corresponding lines from the testing spl.txt:
|
TL;DR: If range is kept constant, lower power will have higher uncertainty Uncertainty is sum of uncertainties that come from: set range for voltage and current (which are not scaled by measured power), measured value, power factor, and few more parasitic effects. In order to get uncertainty in %, value is divided by measured power, so it will naturally increase as power reduces |
Thank you @psyhtest for sharing the details. Actually there is a check to ensure the uncertainty reports are only considered during the loadgen run. And it is just one single sample which is failing this test for both the SUTs. If I modify the check as follows it passes and the TIME_DELTA_TOLERANCE being used is 500ms. Would you recommend committing this change? |
Interesting. Where does this sample occur? When transitioning from idle to busy or vice versa, I guess? |
yes @psyhtest it occured very close to the testing start - within 500ms interval. Just a guess - this could be due to this issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved in PowerWG 5/16. Pending item post merge is have additional documentation for prove changes.
No description provided.