lissyx
f50fefda90
Merge pull request #2195 from lissyx/tflite-all
...
TFLite runtime on Linux/macOS/Windows
2019-06-26 21:45:07 +02:00
Alexandre Lissy
ad11e02582
Testing TFLite runtime on Linux/macOS/Windows
2019-06-26 20:18:53 +02:00
Alexandre Lissy
a9ec2b5cd6
Building TFLite runtime on Linux/macOS/Windows
2019-06-26 20:18:53 +02:00
Reuben Morais
87a9605886
Merge pull request #2212 from mozilla/workspace-status-version
...
Use bazel workspace status to generate versions
2019-06-26 10:58:06 +00:00
Reuben Morais
d50c0397c7
Use bazel workspace status to generate versions
2019-06-25 18:03:52 -03:00
lissyx
570f9867d6
Merge pull request #2210 from lissyx/git-subdmodules
...
Handle git submodules for getting DeepSpeech / TensorFlow versions
2019-06-25 18:16:41 +02:00
Alexandre Lissy
fd156a63f6
Handle git submodules for getting DeepSpeech / TensorFlow versions
...
Fixes #2209
2019-06-25 15:01:12 +02:00
lissyx
90e79804ad
Merge pull request #2207 from lissyx/bump-0.6.0a1
...
Bump VERSION to 0.6.0-alpha.1
2019-06-25 11:09:53 +02:00
Alexandre Lissy
08bb1cbdef
Bump VERSION to 0.6.0-alpha.1
...
Fixes #2206
2019-06-25 11:09:13 +02:00
Reuben Morais
67d6b5f8ca
Merge pull request #2190 from mozilla/update-prodmodel-0.6.0-alpha.0
...
Update prod tests to point to re-exported 0.5 model
2019-06-24 21:53:11 +00:00
Reuben Morais
a618652283
Merge pull request #2198 from mozilla/update-brew
...
Update to Homebrew 2.1.6 to fix macOS failures
2019-06-24 11:24:33 -03:00
Reuben Morais
d7241df241
Update to Homebrew 2.1.6
2019-06-24 09:24:26 -03:00
Francis Tyers
6e53fd8fe0
typo
...
X-DeepSpeech: NOBUILD
2019-06-22 22:18:25 +01:00
Francis Tyers
bc4d266cb2
Update CODINGSTYLE.md
2019-06-22 21:41:48 +01:00
Francis Tyers
11d688fe1a
Create CODINGSTYLE.md
...
Make a file for keeping track of coding guidelines.
2019-06-22 21:39:55 +01:00
Reuben Morais
0ea580449c
Merge pull request #2194 from mozilla/const-fst
...
Switch to ConstFst from VectorFst and mmap trie file when reading
2019-06-22 09:41:15 -03:00
Reuben Morais
585d94df7f
Update trie files to renenerated versions
2019-06-21 23:24:21 -03:00
Reuben Morais
31afc6811f
Switch to ConstFst from VectorFst and mmap trie file when reading
2019-06-21 22:21:19 -03:00
Francis Tyers
58f3758a8c
Add validators for command line arguments that require paths ( #2192 )
2019-06-21 00:02:17 -03:00
Reuben Morais
ceb9de9fad
Fix concurrent_streams.py on Python 2.7
2019-06-20 21:53:39 -03:00
Reuben Morais
79ab22086e
Fix tests to preserve multiline output and stderr output
2019-06-20 20:55:08 -03:00
Reuben Morais
f70f068484
Update prod tests to point to re-exported 0.5 model
2019-06-20 18:32:30 -03:00
Reuben Morais
b2ebb65a67
Merge pull request #2189 from mozilla/bump-0.6-alpha0
...
Bump version to 0.6.0-alpha.0
2019-06-20 17:54:14 -03:00
Reuben Morais
dc1c716907
Bump version to 0.6.0-alpha.0
...
X-DeepSpeech: NOBUILD
2019-06-20 17:31:06 -03:00
Reuben Morais
a2306cf822
Merge pull request #2146 from mozilla/refactor-model-impls
...
Refactor TF and TFLite implementations into their own classes/files and fix concurrent/interleaved stream bugs by tracking LSTM state in StreamingState
2019-06-20 17:03:33 -03:00
Reuben Morais
4b29b78832
Bump version to 0.5.1
2019-06-20 14:25:14 -03:00
Reuben Morais
080fc27c65
Merge pull request #2184 from mozilla/fix-intermediate-decode
...
Fix for DS_IntermediateDecode modifying live prefixes in DecoderState
2019-06-20 10:37:26 -03:00
Reuben Morais
37b82f93ac
Add a test for calling DS_IntermediateDecode during streaming
2019-06-20 09:48:00 -03:00
Reuben Morais
95a54bfdb8
Modify copies rather than live prefix scores in decoder_decode
2019-06-19 19:39:57 -03:00
Reuben Morais
d5d55958da
Clean up formatting in ctc_beam_saerch_decoder.cpp
2019-06-19 19:39:57 -03:00
Reuben Morais
f12ea5e958
Add a test for interleaved/concurrent streams with a single model instance
2019-06-18 19:38:59 -03:00
Reuben Morais
ea1422d47b
Document vector/tensor copy functions
2019-06-18 19:38:59 -03:00
Reuben Morais
4b305d2f5e
Remove --use_seq_length flag
2019-06-18 19:38:59 -03:00
Reuben Morais
e51b9d987d
Remove previous state model variable, track by hand in StreamingState instead
2019-06-18 19:38:59 -03:00
Reuben Morais
6e78bac799
Address review comments
2019-06-18 19:38:59 -03:00
Reuben Morais
6f953837fa
Refactor TF and TFLite model implementations into their own classes/files
2019-06-18 19:38:59 -03:00
Reuben Morais
e136b5299a
Merge pull request #2181 from eggonlea/streaming
...
Add option to native client binary to print intermediate transcriptions while streaming the input file
2019-06-18 16:57:31 -03:00
Li Li
2604da4bc2
native_client: option to run streaming mode
...
Signed-off-by: Li Li <eggonlea@msn.com>
2019-06-18 10:44:52 -07:00
lissyx
dce068f3cb
Merge pull request #2174 from lissyx/strip-unused
...
Apply strip_unused on inference graph
2019-06-14 19:39:00 +02:00
Alexandre Lissy
8466d5e4eb
Apply strip_unused on inference graph
2019-06-14 17:34:23 +02:00
lissyx
fece16a9be
Merge pull request #2176 from lissyx/clean-tc-scripts
...
Move all tc-* scripts under taskcluster/
2019-06-14 17:32:47 +02:00
Alexandre Lissy
bec5be7640
Move all tc-* scripts under taskcluster/
...
Fixes #1912
2019-06-14 16:06:01 +02:00
lissyx
7c8ccf1d8a
Merge pull request #2173 from lissyx/electronjs-disturl
...
Update ElectronJS headers dist-url
2019-06-14 13:19:22 +02:00
Alexandre Lissy
e87e5616ed
Update ElectronJS headers dist-url
...
Fixes #2172
2019-06-14 11:26:51 +02:00
Reuben Morais
193e054a14
Merge pull request #2168 from eggonlea/evaluate_tflite
...
Add option to dump output in evaluate_tflite.py
2019-06-13 15:07:39 -03:00
Li Li
863c5544ca
evaluate_tflite: Fix shared Queue
...
Also dump output to a file
Fixed some trivial pylint issues at the same time
Signed-off-by: Li Li <eggonlea@msn.com>
2019-06-13 10:47:15 -07:00
Reuben Morais
3db7a99fad
Merge pull request #2167 from mozilla/bump-0.5.0
...
Bump version to 0.5.0
2019-06-11 12:23:58 -03:00
Reuben Morais
a7e1d819ad
Bump version to 0.5.0
...
X-DeepSpeech: NOBUILD
2019-06-11 12:12:40 -03:00
Reuben Morais
6f8c902f25
Merge pull request #2165 from mozilla/keep-stream-absolute-timestep
...
Keep absolute per-stream time step in DecoderState (Fixes #2163 )
2019-06-11 11:23:04 -03:00
Reuben Morais
3ceb05e8b9
Keep absolute per-stream time step in DecoderState
2019-06-11 07:58:16 -03:00