From 9070774ab6c9a7149d31240fb0d686485f30f8e0 Mon Sep 17 00:00:00 2001
From: 语帆 <yf352572@alibaba-inc.com>
Date: 星期一, 04 三月 2024 15:21:47 +0800
Subject: [PATCH] atsr
---
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