Commit Graph

20 Commits

Author SHA1 Message Date
Alexandre Lissy
cfc79799ec Report imported vs total audio time 2020-06-10 13:12:15 +02:00
RickyChan
a252ae01a0 Fix csv DictWriter parameter 2020-06-05 22:27:19 +09:00
Reuben Morais
2f68ed1001 Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
Reuben Morais
6f0bf3b3a8 Reformat importers with black 2020-03-31 13:43:30 +02:00
Reuben Morais
b7e6b8c3e6 Sort importer imports with isort 2020-03-31 13:43:00 +02:00
Reuben Morais
a05baa35c9 Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01:00
Alexandre Lissy
7b2a409f9f Converting importers from multiprocessing.dummy to multiprocessing
Fixes #2817
2020-03-18 11:04:36 +01:00
Alexandre Lissy
ce59228824 Localizeable validate_label
Fixes #2804
2020-03-18 11:04:36 +01:00
Alexandre Lissy
f9e05fe0c3 Share argparser amongst importers 2020-03-18 11:04:36 +01:00
Alexandre Lissy
95b931df4f Use other storage for TrainingSpeech dataset
Fixes #2715

X-DeepSpeech: NOBUILD
2020-02-13 20:26:25 +01:00
Tilman Kamp
ad9f0c581b Introducing utils.helpers for miscellaneous helper functions 2020-01-14 16:04:18 +01:00
Alexandre Lissy
f33ead8af9 Frame counter should be initialized on all importers
Fixes #2150
2019-06-09 07:43:58 +02:00
Alexandre Lissy
17e3f284a5 Computing audio hours at import 2019-05-28 16:46:20 +02:00
Alexandre Lissy
d41f98f25c Ensure TrainingSpeech is properly formatted
Fixes #2097
2019-05-06 15:58:36 +02:00
Alexandre Lissy
8402e7ac9b Update TrainingSpeech dataset
Fixes #2092

X-DeepSpeech: NOBUILD
2019-05-06 10:13:42 +02:00
Nicolas Panel
881e55e842
Use latest TS dataset
see https://github.com/nicolaspanel/TrainingSpeech#last-releases--download for more info
2019-02-20 10:08:56 +01:00
Nicolas Panel
08bea8480a
use TrainingSpeech release 2018-11-24_fr_FR
`2018-11-24_fr_FR` fixes many annotation issues (~500) such as empty audio etc.
2018-11-25 08:56:03 +01:00
nicolaspanel
61d9193ce5 [TrainingSpeech importer] add --english-compatible option 2018-10-15 10:18:14 +02:00
Nicolas Panel
609120f3da
[TrainingSpeech importer] stick to data/alphabet.txt
aims to generate english-complatible dataset since no FR alphabet.txt for now
see https://github.com/mozilla/DeepSpeech/pull/1599#issuecomment-426544379 for more info
2018-10-14 13:48:59 +02:00
nicolaspanel
baf9624714 setup training_speech importer (see #1576) 2018-10-11 14:00:40 +02:00