Alexandre Lissy
|
db09ab7d19
|
Preliminary support for libdeepspeech_model.so
|
2017-11-03 17:25:25 +01:00 |
|
lissyx
|
5e721b0674
|
Merge pull request #924 from lissyx/bundle-libs
Bundle libs into python/node packages
|
2017-11-03 17:11:31 +01:00 |
|
Alexandre Lissy
|
08f01c1727
|
Bundle libs into Python/NodeJS bindings packages
Fixes #908
|
2017-11-03 16:22:48 +01:00 |
|
lissyx
|
4f7f29f1f2
|
Merge pull request #936 from lissyx/sox-include-link
Use sox include/link flags only on deepspeech binary
|
2017-11-02 19:08:13 +01:00 |
|
Alexandre Lissy
|
ddb94585cc
|
Use sox include/link flags only on deepspeech binary
Fixes #935
|
2017-11-02 16:24:04 +01:00 |
|
lissyx
|
ff563ec256
|
Merge pull request #934 from lissyx/artifacts-runs-0
Remove 'runs/0' references in artifacts path
|
2017-11-02 16:14:03 +01:00 |
|
Alexandre Lissy
|
7e9767f0d8
|
Remove 'runs/0' references in artifacts path
Generated with:
$ sed -ri 's|runs/0/||g' taskcluster/*.tyml
Fixes #933
|
2017-11-02 15:28:08 +01:00 |
|
Reuben Morais
|
41636f0313
|
Merge pull request #932 from mozilla/error-messages
Catch more error conditions and improve error messages (Fixes #931)
|
2017-11-02 11:32:03 -02:00 |
|
Reuben Morais
|
4a10d400da
|
Save alphabet size in trie file and check it when loading
|
2017-11-01 19:58:57 -02:00 |
|
Reuben Morais
|
8ed77a0b93
|
Detect and warn about audio files too short for their transcripts
|
2017-11-01 19:58:57 -02:00 |
|
Reuben Morais
|
ad45ab47e6
|
Detect and warn about alphabets that don't match the model shape
|
2017-11-01 19:58:57 -02:00 |
|
Reuben Morais
|
17966809b7
|
Print error messages in Model construction instead of silently continuing
|
2017-11-01 19:58:57 -02:00 |
|
Reuben Morais
|
eb10f7238d
|
Improve error message on incompatible checkpoint shape
|
2017-11-01 19:58:57 -02:00 |
|
Reuben Morais
|
12dee36a43
|
Merge pull request #929 from mozilla/issue928
Remove audio file too large for its transcript (Fixes #928)
|
2017-11-01 19:16:30 -02:00 |
|
Reuben Morais
|
70cf826453
|
Remove audio file too large for its transcript
|
2017-11-01 18:14:34 -02:00 |
|
lissyx
|
977cbb0144
|
Merge pull request #926 from lissyx/issue925
Proper definition of .build.yml
|
2017-10-31 22:50:06 +01:00 |
|
Alexandre Lissy
|
d4f3392aec
|
Proper definition of .build.yml
Array to sr() was undocumented and is not supported in JS.
Fixes #925
|
2017-10-31 22:10:45 +01:00 |
|
lissyx
|
a6316708d2
|
Merge pull request #923 from lissyx/issue922
Add missing routes entry for libctc
|
2017-10-31 17:34:43 +01:00 |
|
Alexandre Lissy
|
7321410bd9
|
Add missing routes entry for libctc
Fixes #922
|
2017-10-31 17:32:11 +01:00 |
|
lissyx
|
b0bb4e60ec
|
Merge pull request #917 from lissyx/prebuilt-arm-whl-npm
Prebuilt ARM Python & NodeJS bindings
|
2017-10-31 16:43:28 +01:00 |
|
Alexandre Lissy
|
20e0138900
|
Prebuilt ARM Python & NodeJS bindings
Fixes #915
|
2017-10-31 15:43:49 +01:00 |
|
lissyx
|
d969f21bed
|
Merge pull request #920 from lissyx/remove-scipy
Remove scipy dependency from Python bindings
|
2017-10-30 19:53:47 +01:00 |
|
Alexandre Lissy
|
abec2ec512
|
Remove scipy dependency from Python bindings
Fixes #919
|
2017-10-30 19:23:03 +01:00 |
|
Reuben Morais
|
c1c84fe6fa
|
Merge pull request #903 from nkansal96/issue902
parallelized import_voxforge.py
|
2017-10-27 12:15:08 -02:00 |
|
Reuben Morais
|
3c3885989c
|
Merge pull request #907 from mozilla/docs-update
Update docs to highlight prebuilt binaries
|
2017-10-26 10:03:04 -02:00 |
|
Reuben Morais
|
9d8a060596
|
More review comments
|
2017-10-26 09:01:45 -02:00 |
|
Reuben Morais
|
06e2573880
|
Undo Node.JS makefile dependency change as it breaks automation
|
2017-10-26 09:01:15 -02:00 |
|
Reuben Morais
|
7c2b7c9b47
|
Make sure building the Python binding does not try to create directory "build"
|
2017-10-25 17:09:42 -02:00 |
|
Reuben Morais
|
78f4380721
|
Address review comments
|
2017-10-25 17:09:10 -02:00 |
|
Reuben Morais
|
bbf9c76ab9
|
Update native client README to highlight prebuilt binaries and include Node.JS docs
|
2017-10-25 14:57:22 -02:00 |
|
Reuben Morais
|
8c15c2ec32
|
Fix TFDIR default value in Node.JS bindings Makefile
|
2017-10-25 14:32:06 -02:00 |
|
lissyx
|
449f67854c
|
Merge pull request #906 from lissyx/issue905
Stick to scipy 0.19.1
|
2017-10-25 17:23:36 +02:00 |
|
Alexandre Lissy
|
910964d694
|
Stick to scipy 0.19.1
Fixes #905
|
2017-10-25 16:32:08 +02:00 |
|
Nikhil Kansal
|
e3dbf56705
|
parallelized import_voxforge.py
|
2017-10-22 23:43:36 -07:00 |
|
lissyx
|
9be2fbaf9a
|
Merge pull request #899 from lissyx/tc-split
Split TaskCluster build scripts and refactor some variables
|
2017-10-19 17:40:19 +02:00 |
|
Alexandre Lissy
|
bd0fedc312
|
Split TaskCluster build scripts and refactor some variables
This will help landing AOT support, avoiding turning tc-build.sh and
tc-package.sh into a spaghetti mess.
Fixes #898
|
2017-10-19 15:43:47 +02:00 |
|
lissyx
|
fabeb30525
|
Merge pull request #895 from lissyx/issue-893-894
Issue 893 894
|
2017-10-18 20:42:36 +02:00 |
|
Alexandre Lissy
|
a4d3869bbf
|
Download other artifacts than native_client.tar.xz
Fixes #894
|
2017-10-18 19:03:18 +02:00 |
|
Alexandre Lissy
|
1082a27d4f
|
Document OSX
Fixes #893
|
2017-10-18 17:30:36 +02:00 |
|
Reuben Morais
|
89f635c440
|
Merge pull request #856 from mozilla/clients-decoder
Make sure we use the new decoder in the native clients
|
2017-10-10 17:58:06 -03:00 |
|
Reuben Morais
|
01fae0eee1
|
Get LM files from the source checkout instead of packaging them
|
2017-10-10 16:50:02 -03:00 |
|
Reuben Morais
|
87c9be1097
|
Update to Git LFS 2.3.1
|
2017-10-10 16:50:02 -03:00 |
|
Reuben Morais
|
ef544dabd8
|
Factor out feature number and context window size constants
|
2017-10-10 16:50:02 -03:00 |
|
Reuben Morais
|
a6dbbfdc50
|
Only install Git LFS on the Linux test base
|
2017-10-10 16:50:02 -03:00 |
|
Reuben Morais
|
3623e8bf69
|
Benchmark with and without the new decoder
|
2017-10-10 16:49:58 -03:00 |
|
Kelly Davis
|
0b7d92569e
|
Merge pull request #877 from CR1AT0RS/master
Fix header in readme.md- #installation
|
2017-10-09 09:45:17 +02:00 |
|
Reuben Morais
|
980c66b29c
|
Add a proper name for the logits output in the graph and use it
|
2017-10-08 23:32:17 -03:00 |
|
Reuben Morais
|
d8b059c623
|
Make the new decoder optional
|
2017-10-08 23:32:11 -03:00 |
|
Nitin Arya
|
ba7c19db95
|
Fix table of contents #installation header
Fix table of contents #installation header to match change #install to# installation
|
2017-10-07 16:16:23 -07:00 |
|
Nitin Arya
|
48ca6d8ada
|
Fix header in readme.md- #installation
Navigation name for header(#install) does not match (#installation)
|
2017-10-07 16:13:38 -07:00 |
|