mlcommons / power-dev

Dev repo for power measurement for the MLPerf™ benchmarks
https://mlcommons.org/en/groups/best-practices-power
Apache License 2.0
16 stars 22 forks source link

Average power measured should exclude invalid measurements #297

Closed arjunsuresh closed 1 year ago

arjunsuresh commented 1 year ago

During ranging mode we can have invalid values being measured due to wrong ranges being set. These invalid values like "-1" should be excluded while measuring the average power. This issue can be seen happeing in this log and the relevant code that needs fix should be this

arjunsuresh commented 1 year ago

This is already done in the code