Skip to content

Commit

Permalink
Fix LibriTTS prepare.sh (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-han authored Nov 29, 2024
1 parent cbe012d commit 18fa6a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion egs/libritts/TTS/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
if [ ! -f data/spectrogram/libritts_cuts_train-all-shuf.jsonl.gz ]; then
cat <(gunzip -c data/spectrogram/libritts_cuts_train-clean-100.jsonl.gz) \
<(gunzip -c data/spectrogram/libritts_cuts_train-clean-360.jsonl.gz) \
<(gunzip -c data/spectrogramlibritts_cuts_train-other-500.jsonl.gz) | \
<(gunzip -c data/spectrogram/libritts_cuts_train-other-500.jsonl.gz) | \
shuf | gzip -c > data/spectrogram/libritts_cuts_train-all-shuf.jsonl.gz
fi

Expand Down
1 change: 0 additions & 1 deletion egs/ljspeech/TTS/local/validate_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import logging
from pathlib import Path

from compute_fbank_ljspeech import MyFbank
from lhotse import CutSet, load_manifest_lazy
from lhotse.dataset.speech_synthesis import validate_for_tts

Expand Down

0 comments on commit 18fa6a0

Please sign in to comment.