diff --git a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index 297f41c7d..4b6b0cb0b 100644 Binary files a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp and b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp differ 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),