diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index 46c6ffec0..5d6deccf9 100644 Binary files a/egs/librispeech/ASR/.prepare_4446.sh.swp and b/egs/librispeech/ASR/.prepare_4446.sh.swp differ diff --git a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index 113acc142..4d27e234d 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 0544e8a2d..c0fd11563 100755 --- a/egs/librispeech/ASR/local/compute_fbank_vox.py +++ b/egs/librispeech/ASR/local/compute_fbank_vox.py @@ -79,9 +79,10 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None): if data_dir is None: raise NotImplementedError("need data directory") - directory = data_dir + '/wavs' + directory = data_dir - parts = ['train', 'dev', 'test'] + #parts = ['train', 'dev', 'test'] + parts = ['4446'] prefix = "LJSpeech" suffix = "jsonl.gz" manifests = read_manifests_if_cached(