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
Alexandre Lissy
0c323e8c67
Support MemmappedFileSystem
...
Fixes #1231
2018-02-15 12:18:52 +01:00
Alexandre Lissy
f54b1f6ad8
Multiple audio native_client benchmark
...
Fixes #1232
2018-02-14 19:21:55 +01:00
Alexandre Lissy
bcfd4fd409
Update for r1.5
2018-02-14 11:58:48 +01:00
Divyansh Jha
d378ac7ffa
reorder arguments in client.cc, client.py and client.js also update call sites in tc-test-utils.sh
2018-02-14 09:29:35 +05:30
Alexandre Lissy
eac987a09c
Switch to reference TensorFlow r1.4 branch
2018-02-09 19:03:32 +01:00
Alexandre Lissy
72298b8f6d
Add different samplerate samples
...
Fixes #1022
2018-02-08 20:48:53 +01:00
Guilherme Nardari
1abcedfc99
Transcode input audio to 16 kHz when necessary
2018-02-05 10:46:18 -02:00
Alexandre Lissy
11fcae4bc7
Proper re-use of Bazel cache
...
Fixes #1189
2018-01-31 18:50:36 +01:00
Alexandre Lissy
ade66b015d
Build TensorFlow as monolithic into libdeepspeech.so
...
Also limit the set of included Ops to avoid wasting size.
2018-01-31 16:53:57 +01:00