Граф коммитов

3204 Коммитов

Автор SHA1 Сообщение Дата
Alexandre Lissy fdd663829a Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
Alexandre Lissy 86bba80b0e Fix #3292: Linux debug builds 2020-10-01 12:40:24 +02:00
lissyx f20f939ade
Merge pull request #3351 from lissyx/leak-intermediate-decode
Fix leak in C++ client
2020-09-29 18:30:13 +02:00
Alexandre Lissy 9a34507023 Fix leak in C++ client 2020-09-29 16:02:27 +02:00
lissyx 0c020d11bc
Merge pull request #3350 from lissyx/test-lzma-bz2
Auto-discover lzma/bz2 linkage of libmagic
2020-09-29 12:52:42 +02:00
Alexandre Lissy 9674ced520 Auto-discover lzma/bz2 linkage of libmagic 2020-09-29 10:52:37 +02:00
lissyx c7d58d628e
Merge pull request #3343 from lissyx/docker-1.15.4
Use correct 1.15.4 docker image
2020-09-28 14:54:14 +02:00
Alexandre Lissy 02548c17de Fix #3347: Disable Git-LFS on Windows 2020-09-28 13:33:59 +02:00
Alexandre Lissy 57c26827c0 Use correct 1.15.4 docker image 2020-09-28 12:43:12 +02:00
lissyx 731dd1b6bd
Merge pull request #3338 from lissyx/tf-1.15.4
Fix #3088: Use TensorFlow 1.15.4 with CUDNN fix
2020-09-25 16:00:36 +02:00
lissyx d7be8e2789
Fix typo on DS_ClearHotWords 2020-09-25 14:45:37 +02:00
lissyx 5a88417547
Merge pull request #3339 from lissyx/missing-hotword-c-doc
Fix missing doc for new Hot Word API
2020-09-25 14:40:27 +02:00
Alexandre Lissy 25c2965da8 Fix missing doc for new Hot Word API
X-DeepSpeech: NOBUILD
2020-09-25 14:39:42 +02:00
lissyx 0728ac259e
Merge pull request #3320 from lissyx/build-kenlm
Fix #3299: Build KenLM on CI
2020-09-25 14:36:23 +02:00
Alexandre Lissy 16165f3ddc Fix #3088: Use TensorFlow 1.15.4 with CUDNN fix 2020-09-25 14:11:06 +02:00
Alexandre Lissy bf5ae9cf8a Fix #3299: Build KenLM on CI 2020-09-25 13:25:38 +02:00
lissyx 34a62bd1d1
Merge pull request #3337 from lissyx/bump-0.9.0a10
Bump VERSION to 0.9.0-alpha.10
2020-09-25 13:25:16 +02:00
Alexandre Lissy 445ebb233a Bump VERSION to 0.9.0-alpha.10 2020-09-25 11:05:12 +02:00
Josh Meyer 1eb155ed93
enable hot-word boosting (#3297)
* enable hot-word boosting

* more consistent ordering of CLI arguments

* progress on review

* use map instead of set for hot-words, move string logic to client.cc

* typo bug

* pointer things?

* use map for hotwords, better string splitting

* add the boost, not multiply

* cleaning up

* cleaning whitespace

* remove <set> inclusion

* change typo set-->map

* rename boost_coefficient to boost

X-DeepSpeech: NOBUILD

* add hot_words to python bindings

* missing hot_words

* include map in swigwrapper.i

* add Map template to swigwrapper.i

* emacs intermediate file

* map things

* map-->unordered_map

* typu

* typu

* use dict() not None

* error out if hot_words without scorer

* two new functions: remove hot-word and clear all hot-words

* starting to work on better error messages

X-DeepSpeech: NOBUILD

* better error handling + .Net ERR codes

* allow for negative boosts:)

* adding TC test for hot-words

* add hot-words to python client, make TC test hot-words everywhere

* only run TC tests for C++ and Python

* fully expose API in python bindings

* expose API in Java (thanks spectie!)

* expose API in dotnet (thanks spectie!)

* expose API in javascript (thanks spectie!)

* java lol

* typo in javascript

* commenting

* java error codes from swig

* java docs from SWIG

* java and dotnet issues

* add hotword test to android tests

* dotnet fixes from carlos

* add DS_BINARY_PREFIX to tc-asserts.sh for hotwords command

* make sure lm is on android for hotword test

* path to android model + nit

* path

* path
2020-09-24 14:58:41 -04:00
Reuben Morais d466fb09d4 Bump VERSION to 0.9.0-alpha.9 2020-09-21 12:11:53 +02:00
Reuben Morais cc62aa2eb8
Merge pull request #3279 from godefv/decoder_timesteps
The CTC decoder timesteps now corresponds to the timesteps of the most probable CTC path, instead of the earliest timesteps of all possible paths.
2020-09-17 20:31:05 +02:00
godeffroy 188501a333 PR #3279 - Reverted unrelated and unwanted change. 2020-09-17 19:10:43 +02:00
godeffroy 371ddb84e5 PR #3279 - Added README.mozilla to tell where the object pool code is from and updated the object pool code from this origin (minor update). 2020-09-17 17:55:45 +02:00
godeffroy 5bf5124366 PR #3279 - Added some comments, harmonized a few names, removed unneeded spaces 2020-09-17 14:27:33 +02:00
lissyx 014479e650
Merge pull request #3324 from gtcooke94/fix_swb_import
Added `os` import in front of `makedirs`
2020-09-16 20:44:33 +02:00
Greg Cooke 20ad86c6ab Added `os` import in front of `makedirs` 2020-09-16 14:20:59 -04:00
godeffroy 23944b97db PR #3279 - Made the timestep tree thread safe 2020-09-16 14:03:59 +02:00
godeffroy 1fa2e4ebcc PR #3279 - Fixed buggy timestep tree root 2020-09-15 21:30:45 +02:00
lissyx 1b3e97c102
Merge pull request #3322 from lissyx/fix-docker-build
Fix #3321: Update NCCL dep to 2.7 following NVIDIA update
2020-09-15 16:37:29 +02:00
Alexandre Lissy 76d5fb6389 Fix #3321: Update NCCL dep to 2.7 following NVIDIA update 2020-09-15 13:40:17 +02:00
godeffroy 14bd9033d6 Revert "PR #3279 - removed unrelated code"
This reverts commit 78c4ef17b1.
2020-09-14 22:45:42 +02:00
godeffroy 15ce05aa01 PR #3279 - Fixed spaces 2020-09-14 14:40:56 +02:00
lissyx 346b5bdbae
Merge pull request #3318 from lissyx/electron-10
Fix #3316: Add Electron 10.x
2020-09-10 16:27:15 +02:00
Alexandre Lissy 2e92f53aac Use bigger build machine to avoid recurrent breakages of Linux/CUDA builds 2020-09-10 15:13:51 +02:00
Alexandre Lissy a4d6c672d4 Fix #3316: Add Electron 10.x 2020-09-10 12:08:17 +02:00
lissyx 16a7a27275
Merge pull request #3319 from olafthiele/master-branch-error
Simplified git clone msg to prevent error reportings
2020-09-10 11:51:27 +02:00
Olaf Thiele de1e3d7aa0 Simplified install text 2020-09-10 10:58:28 +02:00
lissyx dda2d22310
Merge pull request #3314 from olafthiele/master-branch-errors
Trying to get fewer master branch training errors
2020-09-09 15:08:36 +02:00
godeffroy f07c10452b PR #3279 - use unique_ptr instead of shared_ptr in the timestep tree 2020-09-09 11:04:37 +02:00
lissyx ce95be1354
Merge pull request #3315 from lissyx/bump-v0.9.0-alpha.8
Bump VERSION to v0.9.0-alpha.8
2020-09-09 10:53:46 +02:00
Alexandre Lissy b30e0fb815 Bump VERSION to v0.9.0-alpha.8 2020-09-09 08:49:46 +02:00
Olaf Thiele a2e88a30de
More compact version 2020-09-08 15:32:23 +02:00
Olaf Thiele 39a963af90
Update TRAINING.rst 2020-09-08 14:54:08 +02:00
godeffroy 3a49344ccb PR #3279 - use an object pool to store timesteps tree nodes 2020-09-08 14:12:39 +02:00
lissyx 11be0a57d4
Merge pull request #3313 from mozilla/erogol-patch-1
fix missing import 'sys'
2020-09-08 10:43:02 +02:00
Eren Gölge b2df360799
fix missing import 'sys' 2020-09-08 10:15:22 +02:00
godeffroy ec55597412 PR #3279 - use a tree structure to store timesteps 2020-09-07 13:37:27 +02:00
lissyx 012e7bfb5e
Merge pull request #3309 from JRMeyer/docs-contributing
Docs contributing
2020-09-07 12:18:32 +02:00
Josh Meyer ff057e86c7 bold instead of ticks 2020-09-02 10:54:13 -04:00
lissyx 91e70602ce
Merge pull request #3307 from techiaith/master
updating docs for #3295
2020-09-02 16:29:31 +02:00