嘉渊
2023-04-25 34c14d82947831c202d1fdd59909c2b97c976037
update
1个文件已修改
4 ■■■■ 已修改文件
egs/aishell/paraformer/run.sh 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/aishell/paraformer/run.sh
@@ -3,7 +3,7 @@
. ./path.sh || exit 1;
# machines configuration
CUDA_VISIBLE_DEVICES="0,1"
CUDA_VISIBLE_DEVICES="2,3"
gpu_num=2
count=1
gpu_inference=true  # Whether to perform gpu decoding, set false for cpu decoding
@@ -33,7 +33,7 @@
data_url=www.openslr.org/resources/33
# exp tag
tag="exp1"
tag="exp2"
. utils/parse_options.sh || exit 1;