Merge pull request #2755 from lissyx/ts-mirror

Use other storage for TrainingSpeech dataset
This commit is contained in:
lissyx 2020-02-13 20:27:05 +01:00 committed by GitHub
commit 5155f0afcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ SAMPLE_RATE = 16000
MAX_SECS = 15
ARCHIVE_NAME = '2019-04-11_fr_FR'
ARCHIVE_DIR_NAME = 'ts_' + ARCHIVE_NAME
ARCHIVE_URL = 'https://s3.eu-west-3.amazonaws.com/audiocorp/releases/' + ARCHIVE_NAME + '.zip'
ARCHIVE_URL = 'https://deepspeech-storage-mirror.s3.fr-par.scw.cloud/' + ARCHIVE_NAME + '.zip'
def _download_and_preprocess_data(target_dir, english_compatible=False):