mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-13 20:12:24 +00:00
Merge branch 'k2-fsa:master' into fix/valle2
This commit is contained in:
commit
5bd133e56c
@ -111,9 +111,8 @@ def compute_fbank_kespeech_dev_test(args):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if args.speed_perturb:
|
if args.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)
|
|
||||||
)
|
|
||||||
logging.info("Computing features")
|
logging.info("Computing features")
|
||||||
cut_set = cut_set.compute_and_store_features_batch(
|
cut_set = cut_set.compute_and_store_features_batch(
|
||||||
extractor=extractor,
|
extractor=extractor,
|
||||||
|
@ -167,9 +167,7 @@ def compute_fbank_kespeech_splits(args):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if args.speed_perturb:
|
if args.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)
|
|
||||||
)
|
|
||||||
|
|
||||||
logging.info("Computing features")
|
logging.info("Computing features")
|
||||||
cut_set = cut_set.compute_and_store_features_batch(
|
cut_set = cut_set.compute_and_store_features_batch(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user