From 80f90dd07623fcdcc1a942f90925cc190d57b0d1 Mon Sep 17 00:00:00 2001
From: lingyunfly <121302812+lingyunfly@users.noreply.github.com>
Date: 星期二, 30 五月 2023 16:40:23 +0800
Subject: [PATCH] support in_cache (#560)
---
egs/librispeech_100h/conformer/run.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/egs/librispeech_100h/conformer/run.sh b/egs/librispeech_100h/conformer/run.sh
index c0a06a2..41df5a4 100755
--- a/egs/librispeech_100h/conformer/run.sh
+++ b/egs/librispeech_100h/conformer/run.sh
@@ -120,7 +120,7 @@
# ASR Training Stage
world_size=$gpu_num # run on one machine
-if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4; then
+if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then
echo "stage 4: ASR Training"
mkdir -p ${exp_dir}/exp/${model_dir}
mkdir -p ${exp_dir}/exp/${model_dir}/log
--
Gitblit v1.9.1