Skip to content

Commit 2c49c47

Browse files
Fix bug: correctly report score in summary (#460)
1 parent 3d17f6f commit 2c49c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlperf_logging/result_summarizer/result_summarizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def _compute_strong_scaling_scores(desc, system_folder, usage, ruleset, division
592592
if power_score is not None:
593593
detailed_bechmark_scores[f"{benchmark}:Energy"] = power_score
594594
benchmark_scores[f"{benchmark}"] = float(
595-
rcp_scaling_factor
595+
score
596596
)
597597
_fill_empty_benchmark_scores(benchmark_scores, usage, ruleset, detailed=False)
598598
_fill_empty_benchmark_scores(detailed_bechmark_scores, usage, ruleset, detailed=True)

0 commit comments

Comments
 (0)