mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
622b927c18
commit
95dda1b9f2
Binary file not shown.
@ -81,6 +81,9 @@ def compute_fbank_tedlium():
|
||||
recordings=m["recordings"],
|
||||
supervisions=m["supervisions"],
|
||||
)
|
||||
print('-'*20)
|
||||
print(cut_set)
|
||||
print('-'*20)
|
||||
if "train" in partition:
|
||||
cut_set = (
|
||||
cut_set + cut_set.perturb_speed(0.9) + cut_set.perturb_speed(1.1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user