Alexandre Lissy
db08bad707
Merge remote-tracking branch 'upstream/master' into update-tf-master
2018-10-25 15:50:19 +02: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
97f54a9167
Statically link libstdc++ for ABI portability
2018-10-11 21:09:59 +02:00
Alexandre Lissy
59325e9974
Merge remote-tracking branch 'upstream/master' into update-tf-master
2018-10-11 18:57:55 +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
db07f2489f
Rename GPU to CUDA
2018-10-05 11:48:07 +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
Reuben Morais
8f810ee001
Add intermediateDecode method to the API
2018-08-02 13:22:24 -03:00
Reuben Morais
0b95ed6981
Switch to LSTMBlockFusedCell
2018-08-02 13:22:24 -03:00
Reuben Morais
9b8871cd94
Infer n_steps and n_context from model file
2018-08-02 13:22:24 -03:00
Reuben Morais
ae9c62cae9
Convert native API to C instead of C++
2018-08-02 13:22:24 -03:00
Reuben Morais
e438ed6f8c
Update native_client/BUILD comment about binary sizes
2018-08-02 13:22:24 -03:00
Reuben Morais
400c9c0e5d
Streaming inference
2018-08-02 13:22:24 -03:00
Alexandre Lissy
650f7f851d
Revert "Fixes #1236 (Switch KenLM to trie based language model)"
...
This reverts commit e34c52fcb9 .
2018-07-20 18:56:57 +02:00
Alexandre Lissy
e0e6f08e8e
Change NUMPY_VERSION requirements
2018-07-19 10:05:11 +02:00
Alexandre Lissy
d4a3ec1f81
Add --version flag
...
Fixes #1452
2018-07-10 11:19:32 +02:00
Alexandre Lissy
eca036dc90
Proper argparse description
...
Fixes #1452
2018-07-10 10:23:17 +02:00
Alexandre Lissy
646c9178cf
Non positionnal arguments. Everywhere.
...
Fixes #1443
2018-07-04 17:12:52 +02:00
Reuben Morais
6a76bc7329
Merge branch 'master' into no-scipy
2018-07-04 12:31:33 +00:00
Reuben Morais
fb6d341906
Remove SciPy dependency from Python module
2018-07-03 22:36:28 -03:00
Alexandre Lissy
532145705e
Require NumPy API v7
...
Temporary fix before proper removal of NumPy and SciPy deps
Fixes #1426
X-DeepSpeech: NOBUILD
2018-07-03 16:26:09 +02:00
Alexandre Lissy
914c923767
Augment tc download with branch
...
Fixes #1438
X-DeepSpeech: NOBUILD
2018-07-03 16:09:17 +02:00
Alexandre Lissy
ad6a0704a7
Add NodeJS v10.x
...
Fixes #1394
2018-06-05 20:27:10 +02:00
kdavis-mozilla
e34c52fcb9
Fixes #1236 (Switch KenLM to trie based language model)
2018-06-01 17:15:25 +02:00
Scott Stevenson
ccd8f560ca
Remove keyword argument that has default value
...
When no `type` keyword argument is passed to the `add_argument` method
of an `argparse.ArgumentParser`, the type will be `str` by default and
therefore this does not need to be specified.
2018-05-29 18:28:59 +01:00
Alexandre Lissy
bf769ff7be
Remove dupe link
2018-05-09 10:21:24 +02:00
Alexandre Lissy
05ecd6ae50
Fix links to tree with tag
2018-05-09 10:20:37 +02:00
Alexandre Lissy
04d125cc8f
Fix VERSION reading
...
Extra linereturn might screw the metadata for Pypi
2018-05-09 10:19:23 +02:00
Alexandre Lissy
378663d991
Improve packages docs references and links
...
Fixes #1376
2018-05-07 19:26:19 +02:00
Alexandre Lissy
6c463445e3
Fix version extraction on OSX
...
Fixes #1359
2018-04-27 12:54:13 +02:00