From 7658e54c47192b75fee1c9b5c21909cc71e25fb2 Mon Sep 17 00:00:00 2001 From: "th.zhang" <15600919271@163.com> Date: Fri, 21 Apr 2023 14:13:46 +0800 Subject: [PATCH] librispeech.py --- dataset/librispeech/librispeech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataset/librispeech/librispeech.py b/dataset/librispeech/librispeech.py index 32b8746c2..2d6f1763d 100644 --- a/dataset/librispeech/librispeech.py +++ b/dataset/librispeech/librispeech.py @@ -133,7 +133,7 @@ def create_manifest(data_dir, manifest_path): def prepare_dataset(url, md5sum, target_dir, manifest_path): """Download, unpack and create summmary manifest file. """ - if not os.path.exists(os.path.join(target_dir)): + if not os.path.exists(os.path.join(target_dir, "LibriSpeech")): # download filepath = download(url, md5sum, target_dir) # unpack