This commit is contained in:
yfyeung 2024-04-02 07:52:11 +00:00
parent f5b8d5dad2
commit 4ae9a00ec5
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
import logging import logging
import re import re
from pathlib import Path
import unicodedata import unicodedata
from pathlib import Path
from lhotse import CutSet, SupervisionSegment from lhotse import CutSet, SupervisionSegment
from lhotse.recipes.utils import read_manifests_if_cached from lhotse.recipes.utils import read_manifests_if_cached

View File

@ -48,7 +48,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
log "Stage 2: Compute fbank for gigaspeech2" log "Stage 2: Compute fbank for gigaspeech2"
mkdir -p data/fbank mkdir -p data/fbank
if [ ! -e data/fbank/.gigaspeech2.done ]; then if [ ! -e data/fbank/.gigaspeech2.done ]; then
./local/compute_fbank_gigaspeech2.py ./local/compute_fbank_gigaspeech2.py --lang $lang
touch data/fbank/.gigaspeech2.done touch data/fbank/.gigaspeech2.done
fi fi
fi fi