Skip to content

Commit

Permalink
'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
goddamnVincent committed Nov 27, 2024
1 parent 1d712f5 commit be81cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit be81cc2

Please sign in to comment.