From 869bdadb44e184010fe47a3d3699eeac9eb30c26 Mon Sep 17 00:00:00 2001 From: Priya Kasimbeg Date: Fri, 29 Sep 2023 05:15:19 +0000 Subject: [PATCH] fix step hint --- .../workloads/librispeech_conformer/workload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithmic_efficiency/workloads/librispeech_conformer/workload.py b/algorithmic_efficiency/workloads/librispeech_conformer/workload.py index c8a6d0066..dc7fb912b 100644 --- a/algorithmic_efficiency/workloads/librispeech_conformer/workload.py +++ b/algorithmic_efficiency/workloads/librispeech_conformer/workload.py @@ -76,4 +76,4 @@ def eval_period_time_sec(self) -> int: @property def step_hint(self) -> int: """Max num steps the baseline algo was given to reach the target.""" - return 60_000 + return 80_000