diff --git a/egs/wenetspeech4tts/TTS/prepare.sh b/egs/wenetspeech4tts/TTS/prepare.sh index 7477b41b19..81efd3a796 100755 --- a/egs/wenetspeech4tts/TTS/prepare.sh +++ b/egs/wenetspeech4tts/TTS/prepare.sh @@ -115,7 +115,7 @@ if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then if [ ! -f data/fbank/${prefix}_cuts_${subset}.jsonl.gz ]; then echo "Combining ${prefix} cuts" pieces=$(find data/fbank/ -name "${prefix}_cuts_${subset}.*.jsonl.gz") - # lhotse combine $pieces data/fbank/${prefix}_cuts_${subset}.jsonl.gz + lhotse combine $pieces data/fbank/${prefix}_cuts_${subset}.jsonl.gz fi if [ ! -e data/fbank/.${prefix}_split.done ]; then echo "Splitting ${prefix} cuts into train, valid and test sets"