We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc48c1 commit 47e4137Copy full SHA for 47e4137
examples/grpo/cosyvoice2/run.sh
@@ -129,8 +129,8 @@ fi
129
130
if [ $stage -le 4 ] && [ $stop_stage -ge 4 ]; then
131
log "stage 4: Test the model"
132
- dataset=zero_shot_zh
133
- # dataset=test_zh seed_tts test_zh
+ dataset=zero_shot_zh # from CosyVoice3 test set
+ # dataset=test_zh # from seed_tts test set
134
output_dir=./outputs_${exp_name}_${step}_${dataset}
135
136
token2wav_path=/workspace/CosyVoice2-0.5B
0 commit comments