зеркало из https://github.com/mozilla/DeepSpeech.git
Fixed M-AILABS broken link
I replaced the broken link with the updated one that I found on the same website here: http://www.caito.de/2019/01/the-m-ailabs-speech-dataset/
This commit is contained in:
Родитель
73e1e4fa01
Коммит
4fa8dd38c6
|
@ -26,7 +26,7 @@ MAX_SECS = 15
|
|||
|
||||
ARCHIVE_DIR_NAME = "{language}"
|
||||
ARCHIVE_NAME = "{language}.tgz"
|
||||
ARCHIVE_URL = "http://www.caito.de/data/Training/stt_tts/" + ARCHIVE_NAME
|
||||
ARCHIVE_URL = "https://data.solak.de/data/Training/stt_tts/" + ARCHIVE_NAME
|
||||
|
||||
|
||||
def _download_and_preprocess_data(target_dir):
|
||||
|
|
Загрузка…
Ссылка в новой задаче