We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cc04d commit c2a0117Copy full SHA for c2a0117
compliance/nvidia/TEST01/verify_performance.py
@@ -89,9 +89,8 @@ def main():
89
if re.match("Scenario", line):
90
test_mode = line.split(": ", 1)[1].strip()
91
continue
92
-
93
if test_mode == "SingleStream":
94
- if re.match(".*Early stopping 90th percentile estimate", line):
+ if re.match(".*Early stopping (90th|99.9th) percentile estimate", line):
95
test_score = line.split(": ", 1)[1].strip()
96
97
0 commit comments