From 8e4ff62a72a04085e377de15b37fdff692acd732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E6=B5=A9?= Date: Tue, 1 Aug 2023 20:56:52 +0800 Subject: [PATCH] TOLD/SOND: update finetune.sh --- egs/callhome/diarization/sond/finetune.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/callhome/diarization/sond/finetune.sh b/egs/callhome/diarization/sond/finetune.sh index 697834347..92a1ef59c 100644 --- a/egs/callhome/diarization/sond/finetune.sh +++ b/egs/callhome/diarization/sond/finetune.sh @@ -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 \