Commit Graph

62 Commits

Author SHA1 Message Date
Reuben Morais
78e8dfdf38 Disable early stopping and LR reduction on plateau by default 2020-02-18 16:18:37 +01:00
Daniel
17ddc5600e Reduce learning rate on plateau. 2020-02-18 16:17:51 +01:00
Reuben Morais
0e2f34f8cf Synchronize TensorFlow logging with --log_level flag 2020-02-17 12:46:00 +01:00
JRMeyer
5bba9ea5d1 Transfer-learning support 2020-02-17 08:29:10 +01:00
Reuben Morais
3637f88c06 Fix CI errors, address comments, update examples 2020-02-12 10:13:02 +01:00
Reuben Morais
8e9b6ef7b3 Embed default beam width into exported graph and remove param from DS_CreateModel 2020-02-11 21:23:05 +01:00
Reuben Morais
1e2eb96248 Update all API consumers 2020-02-11 19:44:36 +01:00
Daniel
63a07e6834 Added summary to evaluate_tflite.py and moved method to evaluate_tools.py. 2020-02-06 11:39:31 +01:00
Daniel
369e3c9fc3 Revert linebreak. 2020-02-06 11:01:37 +01:00
Daniel
272ed99d24 Add median examples. Fix sorting. 2020-02-06 10:55:48 +01:00
Daniel
a2f05ccabe Print best and worst results in a WER report. 2020-02-05 17:52:10 +01:00
Reuben Morais
50830d7022 Fix whitespace 2020-01-27 15:59:39 +01:00
PedroDKE
3e349497ed added an argument to choose the final export model name 2020-01-25 12:30:07 +01:00
Reuben Morais
e5eedf5252
Improve --feature_cache help text
X-DeepSpeech: NOBUILD
2020-01-10 10:06:02 +00:00
Yi-Hua Chiu
4133e620bd remove debugging leftover, add UNSUPPORTED note, just skip invertible error 2020-01-03 10:32:02 +08:00
Yi-Hua Chiu
fa41809a40 [MOD] change time_warping_para as 20 to make spec not sound too vague [FIX] make sure invertible error is not raised after many many epochs 2019-12-31 16:31:46 +08:00
Yi-Hua Chiu
5fbc7e8596 [FIX] use time_warping_para to constraint control width, add logic to disable cache [ADD] num_control_points 2019-12-04 10:25:36 +08:00
Yi-Hua Chiu
368f0d413a sparse image warp to dynamic tensor 2019-12-03 18:28:24 +08:00
lissyx
c5935644a1
Merge pull request #2522 from lissyx/package_as_zip
Support packaging as Zip file
2019-11-13 13:18:45 +01:00
Alexandre Lissy
fe6230020c Support packaging as Zip file 2019-11-13 11:16:11 +01:00
Reuben Morais
f4cdd988df UTF-8 target 2019-11-11 11:36:16 +01:00
Reuben Morais
3fdc7d422d Remove alphabet param usage 2019-11-05 09:02:42 +01:00
Sam Safaei
4138a2571a added alias for trie,alphabet,lm_binary in util/flags to match module flags
This matches $deepspeech --lm --trie --alphabet
with DeepSpeech.py and evaluate.py that use other names for the same flags
2019-10-29 00:23:04 +01:00
Reuben Morais
12baf5ffbc Expose cutoff_prob and cutoff_top_n as flags 2019-10-23 11:15:23 +02:00
Reuben Morais
31922cb3dc Clarify docs and fix linter 2019-10-15 13:44:09 +02:00
Vinh Nguyen
e0bd1423b5 adding automatic mixed precision training support 2019-10-14 12:34:29 +00:00
Reuben Morais
4302a5f767 Make language model scoring optional in Python inference code 2019-09-30 11:43:00 +02:00
Mahmoud Hashem
bfcc7e86e7 Expose flag to allow incremental GPU memory allocation 2019-09-13 12:13:31 +02:00
Reuben Morais
d051d4fd0e Remove sparse image warp, fix boolean flags type, rebase to master 2019-09-09 12:11:28 +02:00
Bernardo
0e4eed7be3 removing trailing space 2019-09-09 12:07:51 +02:00
Bernardo Henz
49c6a9c973 adding 'train_phase' to create_dataset. Now we can augment only the training-set. 2019-09-09 12:07:51 +02:00
Bernardo Henz
0cc5ff230f -spectrogram augmentations 2019-09-09 12:07:51 +02:00
Bernardo Henz
5d5ef15ab7 -data-aug via additive and multiplicative noise in feature-space 2019-09-09 12:07:51 +02:00
Reuben Morais
24bcdeb3d6 Switch from deprecated tfv1.app to absl-py 2019-08-28 10:55:33 +02:00
Reuben Morais
86fff2f660
Merge pull request #2265 from mozilla/cudnnrnn_compatible
Allow loading a CuDNN RNN checkpoint in a CPU-capable graph (Fixes #2264)
2019-08-07 14:57:16 +02:00
Reuben Morais
84e1fa98b9
Remove unneccessary validator for --export_dir
X-DeepSpeech: NOBUILD
2019-07-22 14:19:19 +00:00
Reuben Morais
e3d0a44e83 Allow loading a CuDNN RNN checkpoint in a CPU-capable graph 2019-07-22 12:56:26 +02:00
Reuben Morais
fd3fbcaa78 Address review comments 2019-07-20 09:15:07 +02:00
Reuben Morais
f7a715d506 Use CuDNN RNN for training 2019-07-20 09:15:07 +02:00
Reuben Morais
6566299adf Revert "Remove deprecated SessionConfig in favor of just using defaults" as it inadvertently disables soft placement of ops
This reverts commit dc78f8d1e6.
2019-07-15 15:03:23 +02:00
Reuben Morais
dc78f8d1e6 Remove deprecated SessionConfig in favor of just using defaults 2019-07-08 18:56:59 +02:00
Francis Tyers
58f3758a8c Add validators for command line arguments that require paths (#2192) 2019-06-21 00:02:17 -03:00
Reuben Morais
4b305d2f5e Remove --use_seq_length flag 2019-06-18 19:38:59 -03:00
Reuben Morais
9224d4de2b Remove unused flag
X-DeepSpeech: NOBUILD
2019-06-08 18:27:44 -03:00
Reuben Morais
9586fbbd30 Rename --train_cached_features_path to --feature_cache 2019-04-16 11:06:26 -03:00
Reuben Morais
911a1ce4b1 Do separate test epochs if multiple input files are specified 2019-04-16 11:06:26 -03:00
Reuben Morais
a85af3da49 Do separate validation epochs if multiple input files are specified 2019-04-16 11:01:38 -03:00
Reuben Morais
13757a4258 Fix pylint warnings 2019-04-11 07:02:21 -03:00
Reuben Morais
5779d298e1 Merge branch 'more-metadata' 2019-04-05 14:38:56 -03:00
Reuben Morais
5b80f21668 Rename language flag 2019-04-05 11:54:02 -03:00