mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
4b7dff9c71
commit
34c14d8294
@ -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 @@ raw_data=
|
||||
data_url=www.openslr.org/resources/33
|
||||
|
||||
# exp tag
|
||||
tag="exp1"
|
||||
tag="exp2"
|
||||
|
||||
. utils/parse_options.sh || exit 1;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user