mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 19:42:19 +00:00
'update'
This commit is contained in:
parent
1d712f59cc
commit
be81cc263b
@ -105,7 +105,7 @@ def compute_fbank_kespeech_dev_test(args):
|
||||
keep_overlapping=False, min_duration=None
|
||||
)
|
||||
|
||||
if speed_perturb:
|
||||
if args.speed_perturb:
|
||||
cut_set = (
|
||||
cut_set + cut_set.perturb_speed(0.9) + cut_set.perturb_speed(1.1)
|
||||
)
|
||||
|
@ -166,7 +166,7 @@ def compute_fbank_kespeech_splits(args):
|
||||
keep_overlapping=False, min_duration=None
|
||||
)
|
||||
|
||||
if speed_perturb:
|
||||
if args.speed_perturb:
|
||||
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