from local

This commit is contained in:
dohe0342 2023-03-13 14:50:24 +09:00
parent 8eef5752e7
commit 3bdcf0fa32
2 changed files with 3 additions and 4 deletions

View File

@ -125,7 +125,6 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args: Optional = Non
if bpe_model:
cut_set = filter_cuts(cut_set, sp)
if "train" in partition:
cut_set = (
cut_set + cut_set.perturb_speed(0.9) + cut_set.perturb_speed(1.1)
)