inference
inference copied to clipboard
Need to fix TEST01 performance check
This performance checker file for TEST01 has two main issues
- It has a lot of redundant code
- Regular expressions are used to extract performance value from the summary log instead of using mlperf log parser to extract the official performance value from the mlperf log detail like done by the submission checker. This also means, early stopping is not respected by the TEST01 check.
Since, the code freeze is in place, this can be a v5.0 postmortem item.
PR exists but needs cleaned up. Arjun to do so this next week.
PR is here: https://github.com/mlcommons/inference/pull/2073/files
Closing this issue since the PR has been merged.