From f53d74a09a060a2ac8916afef593a277a4d98fd7 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:44 +0800 Subject: [PATCH] Apply suggestions from code review --- dataset/librispeech/librispeech.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dataset/librispeech/librispeech.py b/dataset/librispeech/librispeech.py index 0216a7dee..2f5f9016c 100644 --- a/dataset/librispeech/librispeech.py +++ b/dataset/librispeech/librispeech.py @@ -32,7 +32,6 @@ 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"