mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 16:44:20 +00:00
fixed a formatting issue
This commit is contained in:
parent
9d25e6e7f0
commit
40a7c17a3c
@ -80,7 +80,7 @@ def compute_fbank_primewords(num_mel_bins: int = 80, speed_perturb: bool = False
|
|||||||
)
|
)
|
||||||
if "train" in partition and speed_perturb:
|
if "train" in partition and speed_perturb:
|
||||||
cut_set = (
|
cut_set = (
|
||||||
(cut_set + cut_set.perturb_speed(0.9) + cut_set.perturb_speed(1.1))
|
cut_set + cut_set.perturb_speed(0.9) + cut_set.perturb_speed(1.1)
|
||||||
)
|
)
|
||||||
cut_set = cut_set.compute_and_store_features(
|
cut_set = cut_set.compute_and_store_features(
|
||||||
extractor=extractor,
|
extractor=extractor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user