Commit Graph

204 Commits

Author SHA1 Message Date
Alexandre Lissy
4867d6baa4 Remove NodeJS v11 hack 2018-11-16 14:45:41 +01:00
Reuben Morais
cfed8ccd4f Cache common objects in decoder build 2018-11-12 14:17:30 -02:00
Reuben Morais
a5bcecbe40 Address more review comments 2018-11-11 15:24:31 -02:00
Reuben Morais
38b54479a9 Add documentation and remove unneeded build of decoder packages 2018-11-09 18:36:21 -02:00
Reuben Morais
4d05c9af46 Address review comments 2018-11-09 08:49:08 -02:00
Reuben Morais
53e3e1212b Remove old CTC decoder code 2018-11-08 18:35:42 -02:00
Reuben Morais
3255f23426 ctcdecode binding fixes 2018-11-08 18:14:32 -02:00
Reuben Morais
a7144e1d38 Address review comments 2018-11-07 23:16:13 -02:00
Reuben Morais
f5e7dfc4b7 Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
Reuben Morais
440893c58d Simplify ctcdecode API signatures to avoid nested STL structures
Flatten structure to avoid nested STL structures which are awkward to
wrap with SWIG and slower at runtime.
2018-11-03 07:48:02 -03:00
Alexandre Lissy
26f7bc30f0 Move to TensorFlow r1.12 2018-10-31 22:43:45 +01:00
Reuben Morais
c3860f63a3
Merge pull request #1679 from mozilla/ctcdecode
Use ctcdecode in native client (Fixes #1668)
2018-10-30 10:49:29 -03:00
Reuben Morais
23497fde41 Use unique_ptr for Scorer members 2018-10-30 09:21:30 -03:00
Alexandre Lissy
5536e5440e Introduce NodeJS v11.x 2018-10-30 12:39:16 +01:00
Reuben Morais
68258e356c Address review comments 2018-10-29 23:57:14 -03:00
Reuben Morais
fa6434b27d Revert "Make trie parameter optional, building it on demand if not passed"
This reverts commit b29d0abb1e.
2018-10-29 20:51:08 -03:00
Alexandre Lissy
6296b5cb54 Update Python and NodeJS to their latest versions 2018-10-26 18:23:31 +02:00
Reuben Morais
db3a36c36b Remove leftover hack making Scorer members public 2018-10-25 22:29:23 -03:00
Reuben Morais
cf57453beb Fix signature of ctc_beam_search_decoder_batch 2018-10-25 22:28:48 -03:00
Reuben Morais
58b25da29b Fix libstdc++ versioning error on ARM 2018-10-25 17:38:22 -03:00
Reuben Morais
200e61e5a8 Add libdl and pthread to linkopts 2018-10-25 17:01:13 -03:00
Reuben Morais
b29d0abb1e Make trie parameter optional, building it on demand if not passed 2018-10-25 17:01:11 -03:00
Reuben Morais
3cc9b3711d Use ctcdecode in native client 2018-10-25 17:01:08 -03:00
Reuben Morais
770d742cd5 Adjust ctcdecode to use our Alphabet code, support using trie files 2018-10-25 17:01:05 -03:00
Reuben Morais
e72f07962a Change Alphabet class to match ctcdecode needs 2018-10-25 17:01:03 -03:00
Reuben Morais
0002d0feed Integrate ctcdecode into build system 2018-10-25 17:00:58 -03:00
Reuben Morais
c34fc5b7ac Import parlance/ctcdecode into repository 2018-10-25 17:00:48 -03:00
Alexandre Lissy
4be9364c36 Force HOMEBREW_NO_AUTO_UPDATE=1 to avoid magic autoupdate of brew 2018-10-25 10:07:38 +02:00
kdavis-mozilla
111262a3ec Fixed #1649 (Update README's for 0.3.0) 2018-10-15 16:52:21 +02:00
kdavis-mozilla
c38dc099d3 Fixed #1638 (Update Hyperparameters for 0.3.0) 2018-10-12 17:26:32 +02:00
Alexandre Lissy
a093848d16 Switch to GCC7.2 for ARMv7 and ARM64 2018-10-11 14:06:24 +02:00
Alexandre Lissy
e5c188c514 Cleanup and move Python binding in subdir 2018-10-09 15:23:30 +02:00
Alexandre Lissy
0cbe05047c Use GCC --sysroot 2018-10-08 16:46:09 +02:00
Alexandre Lissy
7c5e031b1f Change TRIE format 2018-10-01 19:03:36 +02:00
Alexandre Lissy
25ed3cb31e Fix missing field in struct copy
Fixes #1602, #1563
2018-09-28 05:10:15 +02:00
kdavis-mozilla
5e1d7d004b Fixed mismatched array new and delete 2018-09-27 11:38:58 +02:00
Alexandre Lissy
1362b50bfb Enforce same sox options as libsox for C++ client
Fixes #1594
2018-09-26 17:36:06 +02:00
Alexandre Lissy
1e0945e430 Update to TensorFlow r1.11 2018-09-24 19:23:44 +02:00
Alexandre Lissy
3dad37eb05 Remove AOT 2018-09-20 17:02:36 +02:00
Reuben Morais
60a196aa88
Merge pull request #1552 from mozilla/issue1551
Fixed #1551, updated Readme's to 0.2.0
2018-09-18 12:06:40 -03:00
kdavis-mozilla
acc5e733c5 Fixed #1551, updated Readme's to 0.2.0 2018-09-18 10:10:28 +02:00
kdavis-mozilla
47d3dec4fe Fixed #1549, updated client hyperparams 2018-09-18 09:56:43 +02:00
Reuben Morais
5dba8e34cb
Merge pull request #1532 from mozilla/feature-caching-clean
Feature caching
2018-09-17 13:36:14 -03:00
Reuben Morais
799baf1f99 Fix parameter inference from model shape 2018-09-17 11:20:40 -03:00
Reuben Morais
cb86e7e191 Update language model to a trie-based LM created from the LibriSpeech LM corpus 2018-09-17 11:11:20 -03:00
Reuben Morais
ac818882e0 Handle optional arguments and version flag correctly in Python and JS clients 2018-08-10 23:05:14 -03:00
Reuben Morais
6f27928841 Free StreamingState pointer with delete instead of new, expose cheap state deallocation API 2018-08-10 12:32:32 -03:00
est31
f1f9e35e31 Fix typo 2018-08-09 13:26:02 +02:00
Reuben Morais
51cac1031b Address review comments 2018-08-03 14:46:05 -03:00
Reuben Morais
385bc7a65f Remove word count bonus in favor of length normalization 2018-08-02 13:22:24 -03:00