Commit 725f65b6 authored by Toby Boyd's avatar Toby Boyd
Browse files

Increase max hr@10 to cover the rare >.640

parent c5943a0a
...@@ -117,7 +117,7 @@ class NCFKerasAccuracy(NCFKerasBenchmarkBase): ...@@ -117,7 +117,7 @@ class NCFKerasAccuracy(NCFKerasBenchmarkBase):
""" """
self._run_and_report_benchmark(hr_at_10_min=0.61) self._run_and_report_benchmark(hr_at_10_min=0.61)
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.645):
"""Run test and report results. """Run test and report results.
Note: Target is 0.635, but some runs are below that level. Until we have Note: Target is 0.635, but some runs are below that level. Until we have
......
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