Open
Description
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.