We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b4feb commit ddf95aaCopy full SHA for ddf95aa
algoperf/workloads/librispeech_conformer/workload.py
@@ -89,4 +89,4 @@ def eval_period_time_sec(self) -> int:
89
@property
90
def step_hint(self) -> int:
91
"""Approx. steps the baseline can do in the allowed runtime budget."""
92
- return 76_000
+ return 80_000
algoperf/workloads/librispeech_deepspeech/librispeech_jax/workload.py
@@ -94,7 +94,7 @@ def test_target_value(self) -> float:
94
95
96
97
- return 38_400
+ return 48_000
98
99
100
def max_allowed_runtime_sec(self) -> int:
0 commit comments