Commit Graph

273 Commits

Author SHA1 Message Date
josh
fc3e37748d Merge branch 'master' into transfer-learning 2019-04-01 19:49:22 +02:00
dabinat
7cda855cb6 Client - Whitespace fix 2019-03-30 10:23:00 -07:00
dabinat
594f74efe9 API - Null pointer check 2019-03-30 10:22:43 -07:00
josh
562fdf955a merge master 2019-03-25 23:22:01 +01:00
dabinat
26af3b292d API - Minor cleanup 2019-03-22 10:08:13 -07:00
dabinat
0364bfa518 API - Switched to std::unique_ptr 2019-03-22 10:07:44 -07:00
dabinat
2f255307e3 Client - Added support for detecting UTF-8 spaces 2019-03-22 10:07:06 -07:00
dabinat
c56ec7ac7d Allocate memory C++-style in API 2019-03-22 02:20:00 -07:00
dabinat
c90828921e Removed unnecessary variables in API 2019-03-22 01:37:00 -07:00
dabinat
d79989c916 Client whitespace tweaks 2019-03-22 01:36:03 -07:00
dabinat
a0304eec1a Output word-level metadata from the client with the -e tag 2019-03-21 18:07:24 -07:00
dabinat
192e17f2d5 Expose letter timings on the API 2019-03-21 18:07:24 -07:00
dabinat
1fcf8a4cc3 Fixed whitespace 2019-03-21 18:03:47 -07:00
dabinat
6f667713bf Client whitespace fixes 2019-03-21 16:36:46 -07:00
dabinat
a3b81d054e Output word-level metadata from the client with the -e tag 2019-03-21 15:53:04 -07:00
dabinat
79830fe512 Expose letter timings on the API 2019-03-21 15:50:02 -07:00
Alexandre Lissy
d421daa2ca Add NodeJS Windows tests 2019-03-20 17:51:15 +01:00
Alexandre Lissy
2a73a76ac3 Add NodeJS build for Windows 2019-03-20 11:58:56 +01:00
Reuben Morais
eadc9ecb9e
Merge pull request #1957 from mozilla/update-1.13
Update to TensorFlow v1.13
2019-03-19 23:06:03 +00:00
Josh Meyer
7d2bd422dd
Merge pull request #1908 from mozilla/nc-readme
Cleaning up the native_client README
2019-03-20 03:26:34 +06:00
Josh Meyer
14016b8188
reuben's comments 2019-03-19 22:25:50 +01:00
Reuben Morais
91fa181b74 Update to TensorFlow 1.13 2019-03-19 08:01:47 -03:00
Alexandre Lissy
75149f33df Building on Windows
Fixes #1793
Fixes #1794
2019-03-12 22:21:01 +01:00
Josh Meyer
dd8993f417
two main sections
(1) installing our binaries
(2) building and installing your own binaries
2019-02-28 01:06:56 +01:00
Josh Meyer
45bbac61df
reformatting --- and question for Reuben
@reuben --- this README seems to double itself... do we really need separate "Building" and Installation sections?

I can't tell because I don't understand well enough, but this README is still super confusing to me.
2019-02-28 00:37:35 +01:00
Josh Meyer
c1ccbcf92c
more clean-up 2019-02-26 23:07:15 +01:00
josh
bc2f7a9f34 readability 2019-02-26 22:54:24 +01:00
Alexandre Lissy
ff88ab2a62 Remove useless appcompat-v7 on libdeepspeech Java 2019-02-26 10:12:52 +01:00
Reuben Morais
5bf6e63f1b Record character timing offset at peak probability of character
Uplifted from 173dddbe32
2019-02-17 22:41:18 -03:00
Alexandre Lissy
f7a82c9608 Add --define=runtime=tflite config_setting
Fixes #1879
2019-02-14 19:48:49 +01:00
josh
18e54847fb Merge branch 'master' into transfer-learning 2019-01-31 21:56:26 +01:00
Alexandre Lissy
0b7d558eb6 Produce Maven Bundle
Fixes #1841
2019-01-24 14:46:21 +01:00
josh
c088f1d50e Merge branch 'master' into transfer-learning 2019-01-24 15:19:39 +03:00
Alexandre Lissy
5d842c284b Extract TensorFlow version ourselves 2019-01-23 12:51:05 +01:00
Alexandre Lissy
6323a1428f Proper DeepSpeech error codes
Fixes #1782
2019-01-22 19:05:43 +01:00
Alexandre Lissy
0493b9aae5 Fix incorrect previous_state_h identification
Fixes #1843
2019-01-22 16:07:17 +01:00
Alexandre Lissy
9b845533c9 Proper TFLite error checking
Fixes #1842
2019-01-22 15:53:36 +01:00
Alexandre Lissy
b396d3a7d4 Move to libdeepspeech
Fixes #1784
Fixes #1786
2019-01-22 13:43:30 +01:00
Alexandre Lissy
8226dbc6ca Pull tensors from TFLite model by name
Fixes #1835
2019-01-16 23:28:34 +01:00
josh
1119a1b18e Merge branch 'master' into transfer-learning 2019-01-15 17:34:27 +03:00
Reuben Morais
30cf4a3a54
Merge pull request #1834 from mozilla/issue1828
Update decoder parameter names in native client (Fixes #1828)
2019-01-15 14:02:44 +00:00
Alexandre Lissy
08c9c9ab79 Add basic Android native_client testing
Fixes #1785
2019-01-15 13:23:49 +01:00
Reuben Morais
366a82d7e7 Update decoder parameter names in native client 2019-01-15 09:32:31 -02:00
lissyx
f007e341b6
Merge pull request #1813 from darth-willy/patch-1
Update README.md
2019-01-13 01:52:56 +01:00
Alexandre Lissy
3e8c4afb03 Fix realpath to allow DeepSpeech version extraction
Fixes #1826
2019-01-09 16:49:45 +01:00
Reuben Morais
48ad71142b
Merge pull request #1816 from mozilla/update-to-0.4
Bump version to 0.4.0
2019-01-07 15:05:45 +00:00
josh
5486c39c60 Merge branch 'master' into transfer-learning 2019-01-07 03:06:13 -08:00
Reuben Morais
9e8c208be2 Don't save/load trie for character based LMs 2019-01-07 08:49:37 -02:00
Reuben Morais
ff2db35aea Bump version to 0.4.0 2019-01-03 12:21:16 -02:00
William Van Woensel
371bdcc24e
Update README.md 2019-01-01 18:18:02 -04:00