From 11815a0726f1910eeeba579caf3fd57118e9bd81 Mon Sep 17 00:00:00 2001
From: xuan <admin@exuan.org>
Date: 星期二, 27 二月 2024 10:11:23 +0800
Subject: [PATCH] feat(runtime-html5): display ITN radio (#1392)

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

diff --git a/examples/aishell/branchformer/run.sh b/examples/aishell/branchformer/run.sh
index e6d6442..4e51288 100755
--- a/examples/aishell/branchformer/run.sh
+++ b/examples/aishell/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
@@ -174,6 +174,7 @@
           ++output_dir="${inference_dir}/${JOB}" \
           ++device="${inference_device}" \
           ++ncpu=1 \
+          ++disable_log=true \
           ++batch_size="${inference_batch_size}" &> ${_logdir}/log.${JOB}.txt
         }&
 

--
Gitblit v1.9.1