mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
black
This commit is contained in:
parent
66be659beb
commit
b9c65d41e0
@ -42,7 +42,9 @@ def compute_fbank_yesno():
|
|||||||
)
|
)
|
||||||
assert manifests is not None
|
assert manifests is not None
|
||||||
|
|
||||||
extractor = Fbank(FbankConfig(sampling_rate=8000, num_mel_bins=num_mel_bins))
|
extractor = Fbank(
|
||||||
|
FbankConfig(sampling_rate=8000, num_mel_bins=num_mel_bins)
|
||||||
|
)
|
||||||
|
|
||||||
with get_executor() as ex: # Initialize the executor only once.
|
with get_executor() as ex: # Initialize the executor only once.
|
||||||
for partition, m in manifests.items():
|
for partition, m in manifests.items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user