From a0416f8d00808a6626fea343f37653e8eabed621 Mon Sep 17 00:00:00 2001
From: yufan <379840315@qq.com>
Date: 星期一, 04 三月 2024 18:48:39 +0800
Subject: [PATCH] atsr (#1419)
---
examples/aishell/e_branchformer/run.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/examples/aishell/e_branchformer/run.sh b/examples/aishell/e_branchformer/run.sh
index 4f65ac8..5f8fcfb 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
@@ -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