Alexandre Lissy
64ae266bfc
Add missing ops
2018-09-20 21:03:36 +02:00
Alexandre Lissy
4ea2a84fc7
Change double_conversion namespace
2018-09-20 21:03:36 +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
Alexandre Lissy
e01784894e
Unify version definition
...
Fixes #1293
2018-04-27 09:44:51 +02:00
Alexandre Lissy
4e53683c43
Add ARM64 builds
2018-04-19 11:36:53 +02:00
Alexandre Lissy
6d07388a47
Add ARM64 define on KenLM
2018-04-18 16:07:40 +02:00
Alexandre Lissy
8382791536
Fix jessie to stretch naming
2018-04-18 16:07:40 +02:00
Godeffroy
f1c433ab90
native_client/README.md - added hints about bazel and tensorflow versions, and some compile options
2018-04-18 15:33:17 +02:00
Alexandre Lissy
021de3c2a7
Enable C++, NodeJS tests on RPi3
...
Fixes #1303
2018-04-16 11:35:54 +02:00
Alexandre Lissy
f30bb0e5a2
Update to TensorFlow r1.6 with PYTHON_BIN_PATH forced
2018-04-15 16:30:15 +02:00
Alexandre Lissy
f77a5cdd2a
Switch to GCC 7.2 from Linaro and Raspbian Stretch
...
Fixes #1304
2018-03-19 20:28:06 +01:00
Alexandre Lissy
6c4d4f1e68
Expose versions numbers on stderr
...
Fixes #1292
2018-03-16 09:46:31 +01:00
Alexandre Lissy
0a9bfbd41f
Switch to TensorFlow r1.6
2018-03-12 23:01:28 +01:00
Reuben Morais
4309cd5b6e
Update native client README to fix native model target name
2018-03-02 12:23:06 +00:00
Alexandre Lissy
ce80a094ba
Fix doc with no --config=monolithic for libctc_decoder_with_kenlm.so
...
Fixes #1260
X-DeepSpeech: NOBUILD
2018-02-20 11:10:26 +01:00
Alexandre Lissy
e4773028ba
Update doc for mmap-able model
...
Fixes #1248
2018-02-15 17:23:33 +01:00