Skip to content

Commit e627f77

Browse files
Update epochs -> samples to converge
1 parent 9a44a6f commit e627f77

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)