Skip to content

Commit d9250f6

Browse files
Rename column: epochs -> samples_to_converge
1 parent c4c043a commit d9250f6

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
@@ -586,7 +586,7 @@ def _compute_strong_scaling_scores(desc, system_folder, usage, ruleset, division
586586
if benchmark_gbs is not None:
587587
detailed_bechmark_scores[f"{benchmark}:GBS"] = float(benchmark_gbs)
588588
if benchmark_epochs is not None:
589-
detailed_bechmark_scores[f"{benchmark}:epochs"] = float(benchmark_epochs)
589+
detailed_bechmark_scores[f"{benchmark}:samples_to_converge"] = float(benchmark_epochs)
590590
if benchmark_rcp is not None:
591591
detailed_bechmark_scores[f"{benchmark}:RCP"] = benchmark_rcp
592592
if power_score is not None:

0 commit comments

Comments
 (0)