From 87b62d68957a2194b017a43b6c2a15424a05a984 Mon Sep 17 00:00:00 2001
From: Carl <415692979@qq.com>
Date: 星期三, 27 三月 2024 19:15:47 +0800
Subject: [PATCH] <funasr>: <punc online> (#1552)

---
 examples/aishell/e_branchformer/run.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/aishell/e_branchformer/run.sh b/examples/aishell/e_branchformer/run.sh
index ce6d346..49d5af0 100755
--- a/examples/aishell/e_branchformer/run.sh
+++ b/examples/aishell/e_branchformer/run.sh
@@ -5,7 +5,7 @@
 
 # general configuration
 feats_dir="../DATA" #feature output dictionary
-exp_dir="."
+exp_dir=`pwd`
 lang=zh
 token_type=char
 stage=0
@@ -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
 
@@ -78,7 +78,7 @@
     --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