Skip to content

Commit 103b17d

Browse files
authored
Merge pull request #459 from mlcommons/logging_schema_changes
Update epochs -> samples to converge
2 parents 9a44a6f + e627f77 commit 103b17d

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
@@ -272,7 +272,7 @@ def _get_strong_scaling_metric_schema():
272272
'time_to_train': float,
273273
'Energy': float,
274274
'GBS': float,
275-
'epochs': float,
275+
'samples_to_converge': float,
276276
'RCP': str,
277277
'rcp_scaling_factor': float,
278278
}

0 commit comments

Comments
 (0)