from local

This commit is contained in:
dohe0342 2023-01-27 17:03:25 +09:00
parent 67ffeab908
commit e09c6e5e07
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ 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),