Skip to content

Commit 6e1ab8e

Browse files
committed
change step hint
1 parent b4ea236 commit 6e1ab8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

algoperf/workloads/fastmri/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def eval_period_time_sec(self) -> int:
104104
@property
105105
def step_hint(self) -> int:
106106
"""Approx. steps the baseline can do in the allowed runtime budget."""
107-
return 18_094
107+
return 36_189
108108

109109
def _build_input_queue(self,
110110
data_rng: spec.RandomState,

0 commit comments

Comments
 (0)