Unverified Commit 2533c697 authored by Toby Boyd's avatar Toby Boyd Committed by GitHub
Browse files

Add a high max for MLPerf tests so they are green. (#7295)

parent 1c509f19
...@@ -115,7 +115,7 @@ class NCFKerasAccuracy(NCFKerasBenchmarkBase): ...@@ -115,7 +115,7 @@ class NCFKerasAccuracy(NCFKerasBenchmarkBase):
Note: MLPerf like tests are not tuned to hit a specific hr@10 value, but Note: MLPerf like tests are not tuned to hit a specific hr@10 value, but
we want it recorded. we want it recorded.
""" """
self._run_and_report_benchmark(hr_at_10_min=0.61) self._run_and_report_benchmark(hr_at_10_min=0.61, hr_at_10_max=0.65)
def _run_and_report_benchmark(self, hr_at_10_min=0.630, hr_at_10_max=0.640): def _run_and_report_benchmark(self, hr_at_10_min=0.630, hr_at_10_max=0.640):
"""Run test and report results. """Run test and report results.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment