Commit Graph

2080 Commits

Author SHA1 Message Date
lissyx
469ddd2cf7
Merge pull request from lissyx/fix-ctc-leak
Use std::shared_ptr instead of raw pointer for dictionary_
2019-10-18 11:59:08 +02:00
Alexandre Lissy
ef3f8004ce Use std::shared_ptr instead of raw pointer for dictionary_
Fixes 
2019-10-18 10:15:59 +02:00
lissyx
336daa1641
Merge pull request from lissyx/bump-v0.6.0-alpha.10
Bump VERSION to 0.6.0-alpha.10
2019-10-17 08:54:21 +02:00
Alexandre Lissy
2cbc79fb8a Bump VERSION to 0.6.0-alpha.10 2019-10-17 08:53:38 +02:00
Reuben Morais
6eebdda7c5
Merge pull request from mozilla/update-brew
Update Homebrew to 2.1.14
2019-10-16 17:29:08 +00:00
lissyx
82fcaa5b23
Merge pull request from lissyx/tflite_metadata
Store graph version on TFLite
2019-10-16 18:35:21 +02:00
Alexandre Lissy
1939f74ec0 Store graph version on TFLite 2019-10-16 15:36:45 +02:00
Reuben Morais
4d5c9d1868 Point to updated TensorFlow artifacts 2019-10-16 11:30:51 +02:00
Reuben Morais
a902d7b343 Update Homebrew to 2.1.14 2019-10-16 11:29:39 +02:00
Reuben Morais
cd2e8c8947
Merge pull request from mozilla/debugging-utils
Add some debugging helpers behind a preprocessor flag
2019-10-15 14:54:25 +00:00
Reuben Morais
ef3bdb2540 Merge PR - Add flag for automatic mixed precision training 2019-10-15 13:45:19 +02:00
Reuben Morais
31922cb3dc Clarify docs and fix linter 2019-10-15 13:44:09 +02:00
Reuben Morais
31d81740ee Add debugging helpers to PathTrie 2019-10-15 12:49:38 +02:00
Reuben Morais
83a89dcae6 Add debugging code to trie_load.cc 2019-10-15 12:43:03 +02:00
lissyx
818ea6a40f
Merge pull request from lissyx/cli_lm
Expose beam width, lm_alpha and lm_beta in CLI args
2019-10-14 21:22:03 +02:00
Alexandre Lissy
ef5ae5c0b4 Expose beam width, lm_alpha and lm_beta in CLI args 2019-10-14 15:07:59 +02:00
Vinh Nguyen
e0bd1423b5 adding automatic mixed precision training support 2019-10-14 12:34:29 +00:00
Vinh Nguyen
909fa60601 adding automatic mixed precision training support 2019-10-14 12:34:10 +00:00
lissyx
65a53aeb4a
Merge pull request from lissyx/update-doc-link
Update doc link for model compatibility
2019-10-12 17:14:33 +02:00
Alexandre Lissy
c15d9b4b8b Update doc link for model compatibility
X-DeepSpeech: NOBUILD
2019-10-12 17:13:59 +02:00
lissyx
cb3d1a3f36
Merge pull request from lissyx/update-doc-api
Add missing doc for new API
2019-10-12 17:05:11 +02:00
Alexandre Lissy
b536f5761f Add missing doc for new API
X-DeepSpeech: NOBUILD
2019-10-12 17:04:12 +02:00
Reuben Morais
49b8509c7a Add macOS debug symbol generation target for libdeepspeech
X-DeepSpeech: NOBUILD
2019-10-11 18:13:12 +02:00
lissyx
b9bb019f30
Merge pull request from mozilla/ctcdecode-debug-build
Debug build for decoder package
2019-10-11 18:06:19 +02:00
Reuben Morais
aad1b2234b Debug build for ds_ctcdecoder package 2019-10-11 18:01:02 +02:00
Reuben Morais
d9b79a6689
Merge pull request from mone27/patch-1
Set default param of skiplist to '' in M-AILABS importer
2019-10-11 17:07:22 +02:00
mone27
a867c919bd
Setted default param of skiplist to ''
fixing issue found in https://github.com/MozillaItalia/DeepSpeech-Italian-Model/pull/21
2019-10-11 16:42:32 +02:00
lissyx
3d20350502
Merge pull request from lissyx/bump-v0.6.0-alpha.9
Bump VERSION to 0.6.0-alpha.9
2019-10-11 12:57:07 +02:00
Alexandre Lissy
156a16e330 Bump VERSION to 0.6.0-alpha.9 2019-10-11 12:56:22 +02:00
lissyx
a1fcb6e350
Merge pull request from mozilla/bump-graph-version
Bump graph version due to forget_bias change
2019-10-11 12:54:09 +02:00
Reuben Morais
7dc2be1a9b Point examples to ldc93s1 model with new graph version 2019-10-11 11:40:23 +02:00
Reuben Morais
fcbebbe71a
Merge pull request from mozilla/expose-sample-rate-value
Expose sample rate value in API and use it in in-tree consumers
2019-10-11 09:39:31 +02:00
Reuben Morais
ce0292b92c Bump graph version due to forget_bias change 2019-10-10 23:59:54 +02:00
Reuben Morais
673d620a67 Expose and use model sample rate in Java 2019-10-10 23:03:45 +02:00
Reuben Morais
4dc18dd8ee Expose and use model sample rate in .NET 2019-10-10 23:03:45 +02:00
lissyx
f94ed4c744
Merge pull request from lissyx/readme-links
Fix broken references to README.md
2019-10-10 22:05:31 +02:00
Reuben Morais
5cb15ca6ed Use model sample rate in examples 2019-10-10 22:04:33 +02:00
Alexandre Lissy
32e9b8cd3e Fix broken references to README.md
Fixes 

X-DeepSpeech: NOBUILD
2019-10-10 22:04:31 +02:00
Reuben Morais
0be2787e4e Expose and use model sample rate in JavaScript 2019-10-10 21:57:26 +02:00
Reuben Morais
afea2b4231 Expose and use model sample rate in Python 2019-10-10 21:50:15 +02:00
Reuben Morais
c1ed6d711d Use model sample rate in client.cc 2019-10-10 21:46:01 +02:00
Reuben Morais
0241f725cd Expose model sample rate in API 2019-10-10 21:45:33 +02:00
Reuben Morais
315a67bf69
Merge pull request from mozilla/remove-sr-param
Remove unused sample rate param from API
2019-10-10 21:05:29 +02:00
Reuben Morais
2b68c56025 Sync all the docs with sample rate changes
X-DeepSpeech: NOBUILD
2019-10-10 17:15:58 +02:00
Reuben Morais
9200b720c3 Remove sample rate parameter usage from concurrent streams test 2019-10-10 15:44:11 +02:00
Reuben Morais
998daa5bca Remove sample rate parameter usage from evaluate_tflite.py 2019-10-10 15:44:11 +02:00
Reuben Morais
baaa5842b2 Remove sample rate parameter usage from examples 2019-10-10 15:44:11 +02:00
Reuben Morais
11ad23cc1f Remove sample rate parameter usage from .NET binding 2019-10-10 15:44:11 +02:00
Reuben Morais
1007d93da2 Remove sample rate parameter usage from Java binding 2019-10-10 15:44:11 +02:00
Reuben Morais
385279bc20 Remove sample rate parameter usage from JavaScript binding 2019-10-10 15:44:11 +02:00