瀏覽代碼

lm ppl recipe

游雁 2 年之前
父節點
當前提交
2144444b53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      egs/aishell2/transformerLM/run.sh

+ 1 - 1
egs/aishell2/transformerLM/run.sh

@@ -232,7 +232,7 @@ gpu_num=1
 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 \