From 50d6c96383a45b5e1c520468f6cd62551e1f49da Mon Sep 17 00:00:00 2001
From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com>
Date: 星期一, 21 八月 2023 15:58:58 +0800
Subject: [PATCH] Fix bug for mp4 in h5 (#882)
---
egs/aishell2/transformerLM/run.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/egs/aishell2/transformerLM/run.sh b/egs/aishell2/transformerLM/run.sh
index 9e7a713..a5ea0ea 100755
--- a/egs/aishell2/transformerLM/run.sh
+++ b/egs/aishell2/transformerLM/run.sh
@@ -232,7 +232,7 @@
if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
echo "Stage 3: Calc perplexity: ${lm_test_text}"
- python ../../../funasr/bin/lm_inference.py \
+ python ../../../funasr/bin/lm_inference_launch.py \
--output_dir "${lm_exp}/perplexity_test" \
--ngpu "${gpu_num}" \
--batch_size 1 \
--
Gitblit v1.9.1