From e09c6e5e07cd134f7f1bac7cf668c4c9b69c68e8 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 27 Jan 2023 17:03:25 +0900 Subject: [PATCH] from local --- .../ASR/local/.compute_fbank_vox.py.swp | Bin 16384 -> 20480 bytes .../ASR/local/compute_fbank_vox.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index 297f41c7deda688a5e12f094d22f6c7d2fb29991..4b6b0cb0b99adb6ff25befbc3a5dce957292c358 100644 GIT binary patch delta 428 zcmYk&ze_?<6u|NGdb)(>6UwZXi=g7ZV3 zRBLW_w_MBa=~}f?c3j8KsUWZG26J12U4A*;p7ivNNG>9Bjo>YVm%heC?r?(>9KeNx qdCcK^MC2ZaDBve5@`+otP=t*s7qfi) delta 207 zcmZozz}V2hD3)Xp=IN_osb|0d1Of~U1}&G9U!B`1cA0tN1=h{)m_>N_nHcJUa!eov zKu|GRP(XaMhrka0i5C%$rkHXG;M9Q+p;( diff --git a/egs/librispeech/ASR/local/compute_fbank_vox.py b/egs/librispeech/ASR/local/compute_fbank_vox.py index 67ac002b4..b88333960 100755 --- a/egs/librispeech/ASR/local/compute_fbank_vox.py +++ b/egs/librispeech/ASR/local/compute_fbank_vox.py @@ -93,7 +93,8 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None): ) assert manifests is not None - + + print(len(manifests), len(parts)) assert len(manifests) == len(parts), ( len(manifests), len(parts),