Commit Graph

141 Commits

Author SHA1 Message Date
Alexandre Lissy
5d30afdbad Training and directly exporting as TF Lite 2018-10-30 19:17:25 +01:00
Reuben Morais
f11ccbe39b
Merge pull request #1661 from mozilla/remove-init-frozen-model
Remove initialize_from_frozen_model flag and support code (Fixes #1659)
2018-10-23 19:26:30 -03:00
Reuben Morais
46d1cece4f Remove initialize_from_frozen_model flag and support code 2018-10-23 15:08:38 -03:00
Faissal Bensefia
529ebdfcb4
Fix import_cv.py
I have no idea how this ever worked
2018-10-19 23:23:07 +01:00
lissyx
5118f7ffed
Merge pull request #1647 from nicolaspanel/master
[TrainingSpeech importer] generate english-complatible dataset
2018-10-15 16:00:58 +02:00
nicolaspanel
61d9193ce5 [TrainingSpeech importer] add --english-compatible option 2018-10-15 10:18:14 +02:00
Nicolas Panel
609120f3da
[TrainingSpeech importer] stick to data/alphabet.txt
aims to generate english-complatible dataset since no FR alphabet.txt for now
see https://github.com/mozilla/DeepSpeech/pull/1599#issuecomment-426544379 for more info
2018-10-14 13:48:59 +02:00
kdavis-mozilla
c38dc099d3 Fixed #1638 (Update Hyperparameters for 0.3.0) 2018-10-12 17:26:32 +02:00
nicolaspanel
baf9624714 setup training_speech importer (see #1576) 2018-10-11 14:00:40 +02:00
Alexandre Lissy
4daf1bf947 Add single shot inference test coverage 2018-10-02 14:20:45 +02:00
Alexandre Lissy
94b8c5c1a3 Remove deprecased tensorflow.contrib.learn.python.learn.datasets.base.maybe_download
Fixes #1531
Fixes #1477
2018-10-02 10:59:16 +02:00
Alexandre Lissy
3dad37eb05 Remove AOT 2018-09-20 17:02:36 +02:00
Tilman Kamp
db702817b0 Removing old training scripts and website support - #1534 #1538 2018-09-13 15:56:35 +02:00
Reuben Morais
51cac1031b Address review comments 2018-08-03 14:46:05 -03:00
Reuben Morais
49490f5e68 Increase CI training epochs to guarantee overfitting 2018-08-02 13:22:24 -03:00
Reuben Morais
4e383ac59f Add tool to convert graph protobuf to pbtxt 2018-08-02 13:22:24 -03:00
Reuben Morais
d2be00fad0 Add tool to find out which ops are needed by a graph 2018-08-02 13:22:24 -03:00
Reuben Morais
400c9c0e5d Streaming inference 2018-08-02 13:22:24 -03:00
Alexandre Lissy
2d3818b492 Remove deprecated automation code
Fixes #1478
2018-07-30 12:36:31 +02:00
Alexandre Lissy
298d11cd76 Add test coverage for training from frozen model 2018-07-24 13:02:53 +02:00
Reuben Morais
6cafcda1dd Use progressbar2 in import_cv.py 2018-07-11 13:10:49 -03:00
Alexandre Lissy
646c9178cf Non positionnal arguments. Everywhere.
Fixes #1443
2018-07-04 17:12:52 +02:00
Scott Stevenson
ccd8f560ca
Remove keyword argument that has default value
When no `type` keyword argument is passed to the `add_argument` method
of an `argparse.ArgumentParser`, the type will be `str` by default and
therefore this does not need to be specified.
2018-05-29 18:28:59 +01:00
Alexandre Lissy
d7653d749b Use LDC93S1 small language model
How to regenerate:
 - Get a KenLM build
 - $ (tr -d '[:digit:]|[:punct:]' < LDC93S1.txt | tr '[:upper:]' '[:lower:]'; head -n 500 ../lm/vocab.txt) > vocab.txt
 - $ bin/lmplz --prune 0 0 1 --order 5 --text vocab.txt --arpa vocab.pruned.arpa
 - $ bin/build_binary  -s vocab.pruned.arpa vocab.pruned.lm
 - $ generate_trie ../alphabet.txt vocab.pruned.lm vocab.txt vocab.trie

Fixes #1245
2018-02-15 14:56:02 +01:00
Alexandre Lissy
bcfd4fd409 Update for r1.5 2018-02-14 11:58:48 +01:00
Divyansh Jha
d378ac7ffa reorder arguments in client.cc, client.py and client.js also update call sites in tc-test-utils.sh 2018-02-14 09:29:35 +05:30
Tilman Kamp
aeada86709 Better resuming; additional README content; small improvements 2017-11-29 13:04:10 +01:00
Tilman Kamp
1e54ab8610 Common Voice importer 2017-11-23 19:08:24 +01:00
Reuben Morais
9f1b20efc3 Rename util/tc.py to util/taskcluster.py 2017-11-08 14:34:05 -02:00
Alexandre Lissy
42f605790a TaskCluster enabling of libdeepspeech_model.so 2017-11-03 17:25:25 +01:00
Alexandre Lissy
db09ab7d19 Preliminary support for libdeepspeech_model.so 2017-11-03 17:25:25 +01:00
Reuben Morais
70cf826453 Remove audio file too large for its transcript 2017-11-01 18:14:34 -02:00
Nikhil Kansal
e3dbf56705 parallelized import_voxforge.py 2017-10-22 23:43:36 -07:00
Reuben Morais
3623e8bf69 Benchmark with and without the new decoder 2017-10-10 16:49:58 -03:00
Reuben Morais
adfe5e77d9 Pass additional LM binary and trie parameters in client tests 2017-10-02 20:18:29 -03:00
Reuben Morais
86b0ed612c Make sure automation works with the new decoder 2017-09-13 11:42:40 -03:00
Rob
2f22c6f212 removed blank 2017-09-12 15:09:02 +01:00
Rob
147597b381 added SA sentence switch 2017-09-12 14:34:22 +01:00
Rob
8c96d57d93 formatting 2017-09-11 17:51:21 +01:00
Rob
fad7f79956 Merge branch 'master' of https://github.com/mlrobsmt/DeepSpeech into import_timit 2017-09-11 17:36:33 +01:00
Rob
4fc73f0abe added timit import scripts 2017-09-11 16:14:01 +01:00
Alexandre Lissy
ccecc62c25 Local/Remote benchmarking tool
Fixes #684
2017-09-11 16:24:02 +02:00
Reuben Morais
e7e8186e07 Python 2/3 compat fixes 2017-08-31 10:23:25 +02:00
Reuben Morais
5d2935e2de Upgrade to BeautifulSoup 4 2017-08-31 10:16:55 +02:00
Kelly Davis
92b9e87bbc Merge pull request #788 from mozilla/issue787
Fixed #787
2017-08-25 15:58:49 +02:00
Kelly Davis
f3447fcfaf Removed log level parameter 2017-08-25 13:15:25 +02:00
Kelly Davis
80f0094f3b Fixed #789 2017-08-25 10:06:58 +02:00
Kelly Davis
4cc439e4e7 Fixed #787 2017-08-25 07:15:06 +02:00
Kelly Davis
ee74cf0295 Fixed #773 2017-08-18 12:24:29 +02:00
Alexandre Lissy
76a93dcdde TaskCluster-based training and testing of DeepSpeech
Fixes #751

Trains a model and schedule C++, Python and NodeJS tests.
2017-08-11 18:41:41 +02:00