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 af44acd commit 17d69e5Copy full SHA for 17d69e5
algoperf/workloads/librispeech_conformer/workload.py
@@ -89,6 +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
- # TODO(kasimbeg):rever tot 76000
93
- # return 76_000
94
- return 80_000
+ return 76_000
algoperf/workloads/librispeech_deepspeech/librispeech_jax/workload.py
@@ -96,9 +96,7 @@ def test_target_value(self) -> float:
96
97
98
99
- # TODO(kasimbeg): revert old version
100
- # return 38_400
101
- return 48_000
+ return 38_400
102
103
104
def max_allowed_runtime_sec(self) -> int:
0 commit comments