Skip to content

Commit 17d69e5

Browse files
committed
revert step hints for speech workloads
1 parent af44acd commit 17d69e5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

algoperf/workloads/librispeech_conformer/workload.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +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-
# TODO(kasimbeg):rever tot 76000
93-
# return 76_000
94-
return 80_000
92+
return 76_000

algoperf/workloads/librispeech_deepspeech/librispeech_jax/workload.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ def test_target_value(self) -> float:
9696
@property
9797
def step_hint(self) -> int:
9898
"""Approx. steps the baseline can do in the allowed runtime budget."""
99-
# TODO(kasimbeg): revert old version
100-
# return 38_400
101-
return 48_000
99+
return 38_400
102100

103101
@property
104102
def max_allowed_runtime_sec(self) -> int:

0 commit comments

Comments
 (0)