TOLD/SOND: update finetune.sh

This commit is contained in:
志浩 2023-08-01 20:56:52 +08:00
parent 16c834bcf8
commit 8e4ff62a72

View File

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