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:
Daniel Tinazzi 2021-11-17 14:20:19 +01:00 коммит произвёл GitHub
Родитель 73e1e4fa01
Коммит 4fa8dd38c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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):