Skip to content

Commit ddf95aa

Browse files
committed
modify speech stephints
1 parent f2b4feb commit ddf95aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algoperf/workloads/librispeech_conformer/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def eval_period_time_sec(self) -> int:
8989
@property
9090
def step_hint(self) -> int:
9191
"""Approx. steps the baseline can do in the allowed runtime budget."""
92-
return 76_000
92+
return 80_000

algoperf/workloads/librispeech_deepspeech/librispeech_jax/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_target_value(self) -> float:
9494
@property
9595
def step_hint(self) -> int:
9696
"""Approx. steps the baseline can do in the allowed runtime budget."""
97-
return 38_400
97+
return 48_000
9898

9999
@property
100100
def max_allowed_runtime_sec(self) -> int:

0 commit comments

Comments
 (0)