소스 검색

update test set

root 9 달 전
부모
커밋
47e4137651
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/grpo/cosyvoice2/run.sh

+ 2 - 2
examples/grpo/cosyvoice2/run.sh

@@ -129,8 +129,8 @@ fi
 
 if [ $stage -le 4 ] && [ $stop_stage -ge 4 ]; then
   log "stage 4: Test the model"
-  dataset=zero_shot_zh
-  # dataset=test_zh seed_tts test_zh
+  dataset=zero_shot_zh # from CosyVoice3 test set
+  # dataset=test_zh # from seed_tts test set
   output_dir=./outputs_${exp_name}_${step}_${dataset}
 
   token2wav_path=/workspace/CosyVoice2-0.5B