From bf341eed2bf671a52bda48232f052015504fe554 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 26 三月 2024 00:09:15 +0800
Subject: [PATCH] train
---
examples/aishell/paraformer/run.sh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/examples/aishell/paraformer/run.sh b/examples/aishell/paraformer/run.sh
index 6200a4a..a602e28 100755
--- a/examples/aishell/paraformer/run.sh
+++ b/examples/aishell/paraformer/run.sh
@@ -15,7 +15,7 @@
nj=32
inference_device="cuda" #"cpu"
-inference_checkpoint="model.pt"
+inference_checkpoint="model.pt.avg5"
inference_scp="wav.scp"
inference_batch_size=32
@@ -77,7 +77,6 @@
--config-name "${config}" \
++train_data_set_list="${feats_dir}/data/${train_set}/audio_datasets.jsonl" \
++cmvn_file="${feats_dir}/data/${train_set}/cmvn.json" \
- ++dataset_conf.num_workers=$nj
fi
token_list=${feats_dir}/data/${lang}_token_list/$token_type/tokens.txt
--
Gitblit v1.9.1