Skip to content

Commit

Permalink
[compliance_checker][minigo] fixing a typo in the target accuracy check
Browse files Browse the repository at this point in the history
  • Loading branch information
mwawrzos committed Jun 16, 2020
1 parent 9ea0afa commit 93e77f7
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 93e77f7

Please sign in to comment.