From a3b4d8c6e9e6524c3bd824bebe085593fb2758d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=A5=E4=B9=94?= <83450930+Liyulingyue@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:44:26 +0800 Subject: [PATCH] Apply suggestions from code review --- dataset/librispeech/librispeech.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dataset/librispeech/librispeech.py b/dataset/librispeech/librispeech.py index 2f5f9016c..0216a7dee 100644 --- a/dataset/librispeech/librispeech.py +++ b/dataset/librispeech/librispeech.py @@ -32,6 +32,7 @@ from paddlespeech.dataset.download import download from paddlespeech.dataset.download import unpack from paddlespeech.utils.argparse import strtobool + URL_ROOT = "http://openslr.elda.org/resources/12" #URL_ROOT = "https://openslr.magicdatatech.com/resources/12" URL_TEST_CLEAN = URL_ROOT + "/test-clean.tar.gz"