diff --git a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index 4d27e234d..b74947f87 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 c0fd11563..67ac002b4 100755 --- a/egs/librispeech/ASR/local/compute_fbank_vox.py +++ b/egs/librispeech/ASR/local/compute_fbank_vox.py @@ -83,7 +83,7 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None): #parts = ['train', 'dev', 'test'] parts = ['4446'] - prefix = "LJSpeech" + prefix = "vox" suffix = "jsonl.gz" manifests = read_manifests_if_cached( dataset_parts=parts,