From 08bea8480ab57f3626bb31e59a5b4876773c05ec Mon Sep 17 00:00:00 2001 From: Nicolas Panel Date: Sun, 25 Nov 2018 08:56:03 +0100 Subject: [PATCH] use TrainingSpeech release 2018-11-24_fr_FR `2018-11-24_fr_FR` fixes many annotation issues (~500) such as empty audio etc. --- bin/import_ts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/import_ts.py b/bin/import_ts.py index a6f1ff00..48f45705 100755 --- a/bin/import_ts.py +++ b/bin/import_ts.py @@ -22,7 +22,7 @@ from util.text import validate_label FIELDNAMES = ['wav_filename', 'wav_filesize', 'transcript'] MAX_SECS = 10 -ARCHIVE_NAME = '2018-10-03_fr_FR' +ARCHIVE_NAME = '2018-11-24_fr_FR' ARCHIVE_DIR_NAME = 'ts_' + ARCHIVE_NAME ARCHIVE_URL = 'https://s3.eu-west-3.amazonaws.com/audiocorp/releases/' + ARCHIVE_NAME + '.zip'