Commit Graph

100 Commits

Author SHA1 Message Date
Alexandre Lissy
67004ca137 Enable TFLite delegations 2020-07-03 01:34:54 +02:00
Reuben Morais
d2d46c3aee
Merge pull request #3113 from mozilla/generate-package-cpp
Rewrite generate_package.py in C++ to avoid training dependencies
2020-07-02 23:13:25 +02:00
Reuben Morais
65915c7f57 Address review comments 2020-07-02 14:09:42 +02:00
Reuben Morais
24526aa82d
Merge pull request #3118 from mozilla/model-type-docs
Add more doc text around distinction between various pre-trained model files (Fixes #2941)
2020-06-30 22:16:25 +02:00
Reuben Morais
5c41b8966e Fix broken link to C API docs
X-DeepSpeech: NOBUILD
2020-06-30 20:33:00 +02:00
Reuben Morais
d0bd1e5c8e Add more doc text around distinction between various pre-trained model files 2020-06-30 20:01:44 +02:00
Reuben Morais
8f6106b35d Update docs to refer to new generate_scorer_package 2020-06-30 16:47:41 +02:00
Tilman Kamp
3762a9b588
Merge pull request #3091 from tilmankamp/warp
Warp augmentation
2020-06-30 14:56:51 +02:00
Tilman Kamp
eebf12134e Warp augmentation 2020-06-29 16:22:31 +02:00
Alexandre Lissy
bc086ec998 Build DeepSpeech using TensorFlow r2.2 2020-06-22 10:48:12 +02:00
Reuben Morais
fcd9563fcd
Merge pull request #3085 from mozilla/new-version-074
Bump VERSION to 0.7.4
2020-06-18 16:56:15 +02:00
Tilman Kamp
4c6245d155
Merge pull request #3055 from tilmankamp/augext
Refactoring of TF based augmentations
2020-06-18 16:13:46 +02:00
Reuben Morais
5edc1cf503 Bump VERSION to 0.7.4 2020-06-18 15:21:31 +02:00
Reuben Morais
6ccbbede09 Remove --force-reinstall from training code install
No longer needed since we started publishing ds_ctcdecode on PyPI.
2020-06-17 15:27:52 +02:00
Anubhav
4e3b4bb3a6
Added third-party bindings for NIM-lang. 2020-06-17 10:07:57 +05:30
Alexandre Lissy
aeb4c5b105 Fix #2942: Document supported platforms 2020-06-16 12:30:50 +02:00
Tilman Kamp
5b6de213d8 Follow-up on PR comments; removed warp augmentation; split pitch_and_tempo augmentation 2020-06-16 11:07:57 +02:00
Tilman Kamp
ea21c7d24e
Apply suggestions from code review
Co-authored-by: Reuben Morais <reuben.morais@gmail.com>
2020-06-16 10:22:45 +02:00
Alexandre Lissy
4d541394e8 Decouple Dockerfile into build and train 2020-06-15 14:13:22 +02:00
Tilman Kamp
d94db7ca43 Refactoring of TF based augmentations 2020-06-10 13:42:45 +02:00
Alexandre Lissy
23139b2430 Make TaskCluster build the docs like RTD 2020-06-04 14:27:16 +02:00
Alexandre Lissy
cd571ff4be Bump VERSION to 0.7.3 2020-06-04 09:48:10 +02:00
Alexandre Lissy
a3b0eb6589 Install npm deps for RTD 2020-06-04 09:48:10 +02:00
Reuben Morais
b12c7be710
Merge pull request #3012 from reuben/index-ts
Switch index.js to TypeScript
2020-05-25 19:57:02 +02:00
Reuben Morais
a462d951cf Remove unneeded npm dependencies for doc build 2020-05-25 17:09:50 +02:00
Reuben Morais
facdff8c70 Switch JavaScript index.js to TypeScript 2020-05-25 13:08:02 +02:00
Reuben Morais
4356a2764b Add data/lm doc to RTD, and some general doc improvements and fixes 2020-05-24 15:35:10 +02:00
Reuben Morais
430132c5a5
Merge pull request #2998 from mozilla/scorer-error
Improve error handling around Scorer (Fixes #2995 and #2996)
2020-05-19 13:55:54 +02:00
Reuben Morais
bfd90f1f9b Include error descriptions in documentation page 2020-05-18 17:41:53 +02:00
Tilman Kamp
96caa2d115 Follow up on PR comments 2020-05-18 14:23:02 +02:00
Tilman Kamp
64e14886b8 Apply suggestions from code review
Co-authored-by: Reuben Morais <reuben.morais@gmail.com>
2020-05-14 15:04:52 +02:00
Tilman Kamp
c5ceee26dd Live audio augmentation 2020-05-12 10:18:21 +02:00
Reuben Morais
1afabc0e69 Minor tweaks to the automatic mixed precision docs 2020-05-01 19:27:13 +02:00
Łukasz Wałejko
ae2d3754e6
Update TRAINING.rst 2020-04-30 15:24:15 +02:00
Reuben Morais
6eb784bd3e Make DeepSpeech.py executable and call Python interpreter explicitly in docs
X-DeepSpeech: NOBUILD
2020-04-29 15:58:44 +02:00
Reuben Morais
6f9fcf3029 Embed flag definitions 2020-04-28 13:33:45 +02:00
Reuben Morais
d85b0960eb Address review comment 2020-04-28 11:55:58 +02:00
Reuben Morais
a584c8e6b6 Docs centered on ReadTheDocs instead of GitHub 2020-04-27 20:31:11 +02:00
Reuben Morais
b25404e294 Bump VERSION to 0.7.0 and update docs 2020-04-24 16:50:31 +02:00
JRMeyer
2342ba7956 rebased docs on master 2020-04-16 18:29:53 -07:00
madprogramer
e6779e8f84
Added: native_client can be found in the releases
I wanted to install the binary without cloning the entire repository (and thereby the required `util/taskcluster.py`) and was only able to find it pretty much by chance. I feel that adding this into the README could save people from a few headaches.
2020-04-16 15:45:56 +03:00
chrillemanden
737c92f962 Fix documentation typos in section Augmentation 2020-04-12 15:59:32 +02:00
Alexandre Lissy
c28d7dd9c4 Fix useless parsing of doc/node_modules/ 2020-04-08 12:21:02 +02:00
Alexandre Lissy
2d398b64d8 Fix DeepSpeechStream reference 2020-04-08 12:20:46 +02:00
Alexandre Lissy
2b51316d68 Add .Net API usage example 2020-04-08 11:57:38 +02:00
Alexandre Lissy
75a0205b37 Name section more explicit 2020-04-07 19:49:05 +02:00
Alexandre Lissy
5e3c5e9131 Fix #2888: Use start-after / end-before for API example line references 2020-04-07 14:01:09 +02:00
Alexandre Lissy
88ac227ebe Fix decoder doc not generated 2020-04-06 22:12:00 +02:00
Alexandre Lissy
5723dba180 Update doc for TypeScript support 2020-04-06 22:12:00 +02:00
Alexandre Lissy
0a11a8293e Mention validate_label_locale in training doc
Fixes #2865
2020-04-01 14:54:20 +02:00