mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
67ffeab908
commit
e09c6e5e07
Binary file not shown.
@ -93,7 +93,8 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None):
|
|||||||
)
|
)
|
||||||
|
|
||||||
assert manifests is not None
|
assert manifests is not None
|
||||||
|
|
||||||
|
print(len(manifests), len(parts))
|
||||||
assert len(manifests) == len(parts), (
|
assert len(manifests) == len(parts), (
|
||||||
len(manifests),
|
len(manifests),
|
||||||
len(parts),
|
len(parts),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user