diff --git a/data/aishell/aishell.py b/data/aishell/aishell.py index d3340fc6f..e81d20853 100644 --- a/data/aishell/aishell.py +++ b/data/aishell/aishell.py @@ -19,6 +19,7 @@ from data_utils.utility import download, unpack DATA_HOME = os.path.expanduser('~/.cache/paddle/dataset/speech') URL_ROOT = 'http://www.openslr.org/resources/33' +URL_ROOT = 'https://openslr.magicdatatech.com/resources/33' DATA_URL = URL_ROOT + '/data_aishell.tgz' MD5_DATA = '2f494334227864a8a8fec932999db9d8' diff --git a/data/librispeech/librispeech.py b/data/librispeech/librispeech.py index 07cc09339..770b71108 100644 --- a/data/librispeech/librispeech.py +++ b/data/librispeech/librispeech.py @@ -20,6 +20,7 @@ import io from data_utils.utility import download, unpack URL_ROOT = "http://www.openslr.org/resources/12" +URL_ROOT = "https://openslr.magicdatatech.com/resources/12" URL_TEST_CLEAN = URL_ROOT + "/test-clean.tar.gz" URL_TEST_OTHER = URL_ROOT + "/test-other.tar.gz" URL_DEV_CLEAN = URL_ROOT + "/dev-clean.tar.gz"