Skip to content

Commit

Permalink
Merge pull request #44 from mwawrzos/mwawrzos/minigo-target
Browse files Browse the repository at this point in the history
[compliance_checker][minigo] fixing a typo in the target accuracy check
  • Loading branch information
christ1ne authored Jun 16, 2020
2 parents 9ea0afa + 93e77f7 commit 4de7d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlperf_logging/compliance_checker/0.7.0/minigo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
REQ: AT_LEAST_ONE
CHECK:
- "'epoch_num' in v['metadata']"
ATLEAST_ONE_CHECK: "v['value'] >= 0.55 and v['value'] < 1.0"
ATLEAST_ONE_CHECK: "v['value'] >= 0.5 and v['value'] < 1.0"

- KEY:
NAME: block_start
Expand Down

0 comments on commit 4de7d97

Please sign in to comment.