mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
7e25315a4f
commit
edec57b814
@ -161,7 +161,7 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
|
|||||||
rank=$i
|
rank=$i
|
||||||
local_rank=$i
|
local_rank=$i
|
||||||
gpu_id=$(echo $CUDA_VISIBLE_DEVICES | cut -d',' -f$[$i+1])
|
gpu_id=$(echo $CUDA_VISIBLE_DEVICES | cut -d',' -f$[$i+1])
|
||||||
asr_train_paraformer.py \
|
train.py \
|
||||||
--gpu_id $gpu_id \
|
--gpu_id $gpu_id \
|
||||||
--use_preprocessor true \
|
--use_preprocessor true \
|
||||||
--token_type char \
|
--token_type char \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user