Commit Graph

87 Commits

Author SHA1 Message Date
Alexandre Lissy
c3c3a3fb81 Expose extended metadata information to bindings
Fixes #2006
2019-04-24 20:12:39 +02:00
Reuben Morais
97941db3d8 Move .NET bindings to native_client folder 2019-04-11 13:09:45 -03:00
Alexandre Lissy
7bd1619120 Build for ElectronJS
Fixes #2032
2019-04-11 08:32:10 +02:00
Alexandre Lissy
6dbf65cce8 Produce Windows Python bindings
Fixes #1937
2019-04-08 14:38:43 +02:00
Reuben Morais
d70753cc0f Use TASKCLUSTER_TMP_DIR instead of hardcoding /tmp 2019-04-04 22:41:38 -03:00
Reuben Morais
232df740db Fix TFLite bug in feature computation graph and clean up deepspeech.cc a bit 2019-04-03 10:19:22 -03:00
Reuben Morais
a7cda8e761 Add version info to exported graphs 2019-04-02 21:06:03 -03:00
Alexandre Lissy
d421daa2ca Add NodeJS Windows tests 2019-03-20 17:51:15 +01:00
Alexandre Lissy
fd133c4bdc Add NPM GPU packaging task 2019-03-20 11:58:56 +01:00
Alexandre Lissy
2a73a76ac3 Add NodeJS build for Windows 2019-03-20 11:58:56 +01:00
Carlos Fonseca M
ed37957865 Move NuGet builds to avoid triggered clean 2019-03-15 16:14:08 -06:00
Carlos Fonseca M
eb94aadb76 Add NET Framework targets 2019-03-14 21:45:36 -06:00
Alexandre Lissy
75149f33df Building on Windows
Fixes #1793
Fixes #1794
2019-03-12 22:21:01 +01:00
Alexandre Lissy
3c3401ec60 Update to libssl 1.0.2g-1ubuntu4.14 2019-03-01 17:22:44 +01:00
Alexandre Lissy
0b7d558eb6 Produce Maven Bundle
Fixes #1841
2019-01-24 14:46:21 +01:00
Alexandre Lissy
5d842c284b Extract TensorFlow version ourselves 2019-01-23 12:51:05 +01:00
Alexandre Lissy
b396d3a7d4 Move to libdeepspeech
Fixes #1784
Fixes #1786
2019-01-22 13:43:30 +01:00
Alexandre Lissy
08c9c9ab79 Add basic Android native_client testing
Fixes #1785
2019-01-15 13:23:49 +01:00
Reuben Morais
7c1315b1b7 Update prod tests expected output for new decoder hyperparameters 2019-01-02 10:49:35 -02:00
Alexandre Lissy
0e617ea6f1 Fetch ds_ctcdecoder from VERSION-based URL by default
Fixes #1801
2018-12-19 14:50:10 +01:00
Alexandre Lissy
6e245ce5bf Add Android TaskCluster build 2018-12-13 13:24:02 +01:00
Reuben Morais
1379c7c102 Fix prod tests expected output with new feature computation 2018-12-12 12:35:23 -02:00
Alexandre Lissy
42e1a9bfc3 Update libssl deb 2018-12-11 10:51:21 +01:00
Alexandre Lissy
4867d6baa4 Remove NodeJS v11 hack 2018-11-16 14:45:41 +01:00
Reuben Morais
cfed8ccd4f Cache common objects in decoder build 2018-11-12 14:17:30 -02:00
Reuben Morais
a5bcecbe40 Address more review comments 2018-11-11 15:24:31 -02:00
Reuben Morais
a0333728eb Build decoder package in automation 2018-11-08 18:35:42 -02:00
Alexandre Lissy
740e8584bd Add benchmark_model tests 2018-11-05 20:04:40 +01:00
Reuben Morais
c3860f63a3
Merge pull request #1679 from mozilla/ctcdecode
Use ctcdecode in native client (Fixes #1668)
2018-10-30 10:49:29 -03:00
Alexandre Lissy
5536e5440e Introduce NodeJS v11.x 2018-10-30 12:39:16 +01:00
Alexandre Lissy
65deefe173 Update pyenv for newer CPython 2018-10-26 18:23:31 +02:00
Alexandre Lissy
6296b5cb54 Update Python and NodeJS to their latest versions 2018-10-26 18:23:31 +02:00
Reuben Morais
70ff71c4c5 Switch native tests to ctcdecode trie and prodmodel 2018-10-25 17:38:22 -03:00
Reuben Morais
46d1cece4f Remove initialize_from_frozen_model flag and support code 2018-10-23 15:08:38 -03:00
kdavis-mozilla
c38dc099d3 Fixed #1638 (Update Hyperparameters for 0.3.0) 2018-10-12 17:26:32 +02:00
Alexandre Lissy
e5c188c514 Cleanup and move Python binding in subdir 2018-10-09 15:23:30 +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
Alexandre Lissy
3dad37eb05 Remove AOT 2018-09-20 17:02:36 +02:00
Reuben Morais
9c60a736a1 Update prod tests expected output for v0.2 model 2018-09-20 10:02:59 -03:00
Reuben Morais
3f9d960fd2 Strip output before testing correctness in inference tests 2018-09-17 11:20:40 -03:00
Reuben Morais
51cac1031b Address review comments 2018-08-03 14:46:05 -03:00
Reuben Morais
75091a8ef3 Switch prod model to a streaming based one 2018-08-02 23:46:13 -03:00
Reuben Morais
400c9c0e5d Streaming inference 2018-08-02 13:22:24 -03:00
Alexandre Lissy
298d11cd76 Add test coverage for training from frozen model 2018-07-24 13:02:53 +02:00
Alexandre Lissy
e0e6f08e8e Change NUMPY_VERSION requirements 2018-07-19 10:05:11 +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