Commit Graph

268 Commits

Author SHA1 Message Date
Tilman Kamp
eebf12134e Warp augmentation 2020-06-29 16:22:31 +02:00
Tilman Kamp
4c6245d155
Merge pull request #3055 from tilmankamp/augext
Refactoring of TF based augmentations
2020-06-18 16:13:46 +02:00
Tilman Kamp
5dd08d2f8e Deactivated scorer in graph augmentation test 2020-06-16 16:57:09 +02:00
Tilman Kamp
7a835bee5a Updated training tests 2020-06-16 13:51:07 +02:00
Tilman Kamp
0bec67d74c
Update bin/play.py
Co-authored-by: Reuben Morais <reuben.morais@gmail.com>
2020-06-16 10:10:01 +02:00
Tilman Kamp
d94db7ca43 Refactoring of TF based augmentations 2020-06-10 13:42:45 +02:00
Alexandre Lissy
cfc79799ec Report imported vs total audio time 2020-06-10 13:12:15 +02:00
Reuben Morais
ecd79531c8 Add training test with --metrics_files 2020-06-08 18:06:21 +02:00
RickyChan
a252ae01a0 Fix csv DictWriter parameter 2020-06-05 22:27:19 +09:00
RickyChan
3c83f9f24a Fix csv writer parameter [https://docs.python.org/3/library/csv.html#csv.writer] 2020-06-05 19:00:52 +08:00
Reuben Morais
3d0ec01853 Fix typo from argument reordering 2020-05-27 19:02:55 +02:00
Reuben Morais
45d8f7cd61 Explicitly pass filter context to multiprocessing function 2020-05-25 18:00:08 +02:00
Tilman Kamp
a5303ccca6 Renamed prepare_samples to augment_samples 2020-05-14 16:50:18 +02:00
Tilman Kamp
c5ceee26dd Live audio augmentation 2020-05-12 10:18:21 +02:00
Tilman Kamp
3871cdc67f CV2 importer: Writes additional train-all.csv with all validated samples except speakers and/or transcripts already in dev or test 2020-05-07 15:09:42 +02:00
GaGo
3daca6f209
Update import_swc.py
I tried to use the importer. With the Error path not defined.

I think it's appear after the refactor by @reuben.
Nothing big, but I think an commit worth. :)
2020-04-23 14:45:39 +02:00
Tilman Kamp
e99e06a278 M-AILAB importer: Ensure all samples are 16 kHz 2020-04-20 17:34:58 +02:00
Jim Regan
5a7e4ea348
import_lingua_libre.py: n channels + bitdepth 2020-04-16 22:44:32 +02:00
Reuben Morais
0c6e90868e Split --load into two to avoid unexpected behavior at evaluation time 2020-04-07 14:24:05 +02:00
Reuben Morais
c738d55012 Remove unneeded six.moves import 2020-03-31 13:57:44 +02: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
20b0ab17ea Remove unused GPU usage tools 2020-03-31 13:42:41 +02:00
Reuben Morais
a05baa35c9 Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01:00
Tilman Kamp
41da7b2870 Fix #2830 - Support for unlabeled samples 2020-03-24 16:53:02 +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
Tilman Kamp
6b1d6773de SDB support 2020-03-10 10:32:58 +01:00
Reuben Morais
cedd72da9b Force UTF-8 IO encoding 2020-02-17 10:46:40 +01:00
Reuben Morais
f32fd7a33f Add transfer learning test 2020-02-17 08:29:10 +01:00
JRMeyer
5bba9ea5d1 Transfer-learning support 2020-02-17 08:29:10 +01:00
Alexandre Lissy
95b931df4f Use other storage for TrainingSpeech dataset
Fixes #2715

X-DeepSpeech: NOBUILD
2020-02-13 20:26:25 +01:00
Reuben Morais
1e2eb96248 Update all API consumers 2020-02-11 19:44:36 +01:00
Alexandre Lissy
dc25509950 Remove unused benchmark_nc 2020-01-30 08:47:59 +01:00
Tilman Kamp
ad9f0c581b Introducing utils.helpers for miscellaneous helper functions 2020-01-14 16:04:18 +01:00
Alexandre Lissy
581515e094 Add 8kHz training test coverage
Fixes #2638
2020-01-10 14:51:45 +01:00
Tilman Kamp
259a60b7b1 Implements #2624 - SWC importer: CSV columns for article and speaker 2019-12-31 16:23:37 +01:00
Reuben Morais
fa8061022e Use data/smoke_test in tests to avoid depending on LDC servers 2019-12-13 12:48:05 +01:00
Reuben Morais
551570616b Reduce training task from 399 epochs to 220, enough to overfit LDC93S1 2019-12-03 13:07:15 +01:00
Alexandre Lissy
fe6230020c Support packaging as Zip file 2019-11-13 11:16:11 +01:00
Tilman Kamp
343d07173f Fix: ms per char minimum for SWC and TUDA importers 2019-11-06 13:14:55 +01:00
Reuben Morais
3fdc7d422d Remove alphabet param usage 2019-11-05 09:02:42 +01:00
Tilman Kamp
96a720c597 Relative paths in M-AILAB importer 2019-10-30 16:18:14 +01:00
Tilman Kamp
df1df83720 Fix for empty skip list case; making linter happy 2019-10-30 12:59:16 +01:00
Tilman Kamp
cf6245847f Added executable flag to some importers 2019-10-28 14:33:40 +01:00
Tilman Kamp
cef7c45f03 Making sample paths relative; additional sub-sets 2019-10-28 12:25:12 +01:00
Tilman Kamp
2cdfcff4c6 TUDA importer 2019-10-25 14:57:25 +02:00
Tilman Kamp
4be08fa6d3 Removed dutch ij digraph from normalization blacklist 2019-10-24 12:43:38 +02:00