Skip to content

Commit

Permalink
Update compute_fbank_kespeech_dev_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Dec 8, 2024
1 parent a423b97 commit b6a383e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def compute_fbank_kespeech_dev_test(args):

if args.speed_perturb:
cut_set = cut_set + cut_set.perturb_speed(0.9) + cut_set.perturb_speed(1.1)

logging.info("Computing features")
cut_set = cut_set.compute_and_store_features_batch(
extractor=extractor,
Expand Down

0 comments on commit b6a383e

Please sign in to comment.