PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.86k stars 1.82k forks source link

openslr语言资料下载失败 #2021

Closed litterGuy closed 2 years ago

litterGuy commented 2 years ago

尝试使用examples/tiny下的run.sh去演示模型训练,但是在下载语言资料包时直接报错 403:Forbidden

请问如何处理?

checkpoint name deepspeech2
Downloading http://www.openslr.org/resources/12/test-clean.tar.gz ...
Downloading http://www.openslr.org/resources/12/dev-clean.tar.gz ...
--2022-06-08 16:29:08--  http://www.openslr.org/resources/12/test-clean.tar.gz
--2022-06-08 16:29:08--  http://www.openslr.org/resources/12/dev-clean.tar.gz
Resolving www.openslr.org (www.openslr.org)... Resolving www.openslr.org (www.openslr.org)... 46.101.158.64
Connecting to www.openslr.org (www.openslr.org)|46.101.158.64|:80... 46.101.158.64
Connecting to www.openslr.org (www.openslr.org)|46.101.158.64|:80... connected.
HTTP request sent, awaiting response... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://openslr.magicdatatech.com/resources/12/dev-clean.tar.gz [following]
--2022-06-08 16:29:08--  https://openslr.magicdatatech.com/resources/12/dev-clean.tar.gz
Resolving openslr.magicdatatech.com (openslr.magicdatatech.com)... 39.96.249.211
Connecting to openslr.magicdatatech.com (openslr.magicdatatech.com)|39.96.249.211|:443... connected.
302 Found
Location: https://openslr.magicdatatech.com/resources/12/test-clean.tar.gz [following]
--2022-06-08 16:29:08--  https://openslr.magicdatatech.com/resources/12/test-clean.tar.gz
Resolving openslr.magicdatatech.com (openslr.magicdatatech.com)... 39.96.249.211
Connecting to openslr.magicdatatech.com (openslr.magicdatatech.com)|39.96.249.211|:443... HTTP request sent, awaiting response... connected.
403 Forbidden
2022-06-08 16:29:08 ERROR 403: Forbidden.
litterGuy commented 2 years ago

修改了 dataset/librispeech/librispeech.py#L34

URL_ROOT = "https://openslr.elda.org/resources/12"

可以进行下载了

dongdong168 commented 2 years ago

very good