mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
TOLD/SOND: update finetune.sh
This commit is contained in:
parent
16c834bcf8
commit
8e4ff62a72
@ -109,7 +109,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
|
||||
rank=$i
|
||||
local_rank=$i
|
||||
gpu_id=$(echo $gpu_devices | cut -d',' -f$[$i+1])
|
||||
diar_train.py \
|
||||
python -m funasr.bin.diar_train \
|
||||
--gpu_id $gpu_id \
|
||||
--use_preprocessor false \
|
||||
--token_type char \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user