From e9d2cfc3a134b00f4e98271fbee3838d1ccecbcc Mon Sep 17 00:00:00 2001 From: VirtuosoQ <2416050435@qq.com> Date: 星期五, 26 四月 2024 14:59:30 +0800 Subject: [PATCH] FunASR java http client --- examples/aishell/e_branchformer/run.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aishell/e_branchformer/run.sh b/examples/aishell/e_branchformer/run.sh index bc78b5f..be18599 100755 --- a/examples/aishell/e_branchformer/run.sh +++ b/examples/aishell/e_branchformer/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -CUDA_VISIBLE_DEVICES="0,1" +CUDA_VISIBLE_DEVICES="0,1,2,3" # general configuration feats_dir="../DATA" #feature output dictionary @@ -17,7 +17,7 @@ inference_device="cuda" #"cpu" inference_checkpoint="model.pt.avg10" inference_scp="wav.scp" -inference_batch_size=32 +inference_batch_size=1 # data raw_data=../raw_data -- Gitblit v1.9.1