Commit Graph

258 Commits

Author SHA1 Message Date
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
juandspy
29a92e098f
Update taskcluster.py
I copied ``maybe_download_tc_bin`` syntax in order to make the code easier to follow.
2020-01-22 16:22:15 +01:00
juandspy
b6008d0454
Update util/taskcluster.py 2020-01-22 14:50:42 +01:00
Tilman Kamp
ad9f0c581b Introducing utils.helpers for miscellaneous helper functions 2020-01-14 16:04:18 +01:00
Reuben Morais
e5eedf5252
Improve --feature_cache help text
X-DeepSpeech: NOBUILD
2020-01-10 10:06:02 +00:00
Reuben Morais
8d1f52a677
Merge pull request #2629 from mychiux413/fix-axis-inversion-problem
fix axis inversion problem
2020-01-03 13:25:43 +01:00
Reuben Morais
e1d14eb9a9
Merge pull request #2560 from mychiux413/sparse_warp
[SpecAugment] Refactor sparse_image_warp for dynamic shape of spectrogram
2020-01-03 13:25:31 +01:00
Yi-Hua Chiu
6e2befacb2 swap freq <-> time 2020-01-03 11:14:28 +08: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
3aedcc4222 [FIX] decprecate fixed-frequency-edge, which always have chance to raise tensor invertible error 2019-12-19 11:26:05 +08:00
Yi-Hua Chiu
72c09ebb38 [FIX] reversible error if dest_time == 0 2019-12-18 18:22:38 +08:00
Yi-Hua Chiu
533d15645f [FIX] constraint time_warping_para to protect short audio augment 2019-12-18 14:26:39 +08:00
Reuben Morais
240646b708 Error early if audio sample rate and feature window/step length are invalid 2019-12-04 11:06:16 +01: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
ec0ee65eb0 [FIX] prevent random_uniform generate from x to x 2019-12-03 18:40:52 +08:00
Yi-Hua Chiu
9b3e4aa9d3 don't touch original lint 2019-12-03 18:28:24 +08:00
Yi-Hua Chiu
450483c30b clean code 2019-12-03 18:28:24 +08:00
Yi-Hua Chiu
368f0d413a sparse image warp to dynamic tensor 2019-12-03 18:28:24 +08:00
Yi-Hua Chiu
271a58e464 prepare files for refactoring 2019-12-03 18:28:24 +08:00
Reuben Morais
e3b1b5fd42 Disable caching features to memory 2019-11-29 10:17:15 +01:00
Tilman Kamp
29528ed7b7 Separate process per file; less log noise 2019-11-20 17:29:13 +01:00
Tilman Kamp
c24c510fd9 Tool for bulk transcription 2019-11-18 16:03:03 +01: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
10c652b420 Document serialization format 2019-11-05 09:15:18 +01:00
Reuben Morais
b8ebf9011b Address review comments 2019-11-05 09:10:10 +01:00
Reuben Morais
3fdc7d422d Remove alphabet param usage 2019-11-05 09:02:42 +01:00
Reuben Morais
8c82081779 Embed alphabet directly in model 2019-11-05 09:02:21 +01:00
lissyx
1089b59e72
Merge pull request #2486 from djmitche/bug1574659
Bug 1574659 - migrate from taskcluster.net to community-tc
2019-11-04 20:14:27 +01:00
Alexandre Lissy
489dbad3a4 Check unicode normalization 2019-11-04 11:41:13 +01:00
Dustin J. Mitchell
bd12eacafa include /api/ in community-tc URLs 2019-11-03 03:54:18 +00:00
Miles Crabill
27efcf470a
swap taskcluster.net references for community-tc.services.mozilla.com 2019-11-01 14:12:50 -07:00
Tilman Kamp
d38a3f13f7 Removing exclamation-marks, colons and semi-colons from labels 2019-10-30 16:14:58 +01:00
Reuben Morais
62d592fc1e
Merge pull request #2475 from mozilla/faster-startup
Improve training startup time
2019-10-29 12:41:42 +00:00
Reuben Morais
b39da7f8b7 Improve training startup time 2019-10-29 12:47:34 +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
Tilman Kamp
010f24578f Better alphabet access 2019-10-23 15:10:08 +02:00
Reuben Morais
d35107acdb
Merge pull request #2453 from mozilla/expose_cutoff
Expose cutoff_prob and cutoff_top_n as flags
2019-10-23 12:21:36 +00:00
Reuben Morais
f0688ec941 Add Alphabet.encode analog to .decode and better encapsulate implementation details 2019-10-23 11:22:56 +02:00
Reuben Morais
12baf5ffbc Expose cutoff_prob and cutoff_top_n as flags 2019-10-23 11:15:23 +02:00
Reuben Morais
ef3bdb2540 Merge PR #2434 - Add flag for automatic mixed precision training 2019-10-15 13:45:19 +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
Alexandre Lissy
5e7679593b Move default branch to current VERSION content instead of master
Fixes #2418

X-DeepSpeech: NOBUILD
2019-10-09 14:29:14 +02:00
Alexandre Lissy
c35068f880 Disable cache when data augmentation is set
Fixes #2396
2019-10-08 17:29:59 +02:00
Reuben Morais
4302a5f767 Make language model scoring optional in Python inference code 2019-09-30 11:43:00 +02:00
Reuben Morais
82a5b37073 Allow specifying --branch when getting decoder URL 2019-09-15 15:11:15 +02:00