This commit is contained in:
嘉渊 2023-04-24 11:34:37 +08:00
parent 7e25315a4f
commit edec57b814

View File

@ -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 \