Commit Graph

1116 Commits

Author SHA1 Message Date
Reuben Morais
25a9e76afc Support relative paths in CSVs 2018-09-14 11:20:28 -03:00
Reuben Morais
44e502e236 Feature caching 2018-09-14 11:14:36 -03:00
Reuben Morais
5ff3b31bbd Finish progressbar after final job is complete 2018-09-11 19:45:12 -03:00
Kelly Davis
0018f3763f
Merge pull request #1523 from the-nose-knows/patch-1
Explicit mention of supported platforms; should infer no default Wind…
2018-09-07 08:11:05 +02:00
the-nose-knows
96872fdfe4
Explicit mention of supported platforms; should infer no default Windows support 2018-09-06 18:03:26 -07:00
lissyx
52a74c8058
Merge pull request #1522 from aaron-owen/cuDNN_version_update
Updated cuDNN version from 7.1.1 to 7.2.1.
2018-09-07 00:33:13 +02:00
aaron-owen
1a7ac2239e Updated cuDNN version from 7.1.1 to 7.2.1.
Cuda Configuration Error: cuDNN version detected from /usr/lib/x86_64-linux-gnu/include/cudnn.h (7.2.1) does not match TF_CUDNN_VERSION (7.1.1)
2018-09-06 22:45:17 +01:00
Reuben Morais
9fffafd616
Update readthedocs badge. 2018-08-22 13:18:57 +00:00
Reuben Morais
fe5305c081
Merge pull request #1502 from mozilla/issue1500
Pass reuse flag to LSTMBlockFusedCell (Fixes #1500)
2018-08-21 16:14:52 -03:00
Reuben Morais
25de412c9d Pass reuse flag to LSTMBlockFusedCell 2018-08-15 15:59:41 -03:00
Reuben Morais
38609d58d8 Wrap stdout in training progress bars 2018-08-15 09:48:25 -03:00
Bhavani Subramanian
f7fef57e64 Add support for specifying inter/intra-op parallelism threads. 2018-08-11 23:05:49 -03:00
Reuben Morais
1fdaa69972
Merge pull request #1495 from mozilla/issue1490
Handle optional arguments and version flag correctly in Python and JS clients (Fixes #1490)
2018-08-11 00:23:17 -03:00
Reuben Morais
295fa7128b Fix training progress bar on repeated epochs of the same set 2018-08-10 23:05:14 -03:00
Reuben Morais
ac818882e0 Handle optional arguments and version flag correctly in Python and JS clients 2018-08-10 23:05:14 -03:00
Reuben Morais
2842da08a6
Merge pull request #1487 from mozilla/issue1485
Quick #1485 fix. For now added @samgd 4-gram LM built from LibriSpeech train-*
2018-08-10 18:29:14 -03:00
Reuben Morais
2a96c67950
Merge pull request #1494 from mozilla/issue1492
Free StreamingState pointer with delete instead of new, expose cheap state deallocation API
2018-08-10 14:02:38 -03:00
Reuben Morais
83086e7dd2
Merge pull request #1488 from GeorgeFedoseev/progressbar
Add progressbar to monitor intra-epoch progress
2018-08-10 12:38:05 -03:00
Reuben Morais
6f27928841 Free StreamingState pointer with delete instead of new, expose cheap state deallocation API 2018-08-10 12:32:32 -03:00
kdavis-mozilla
a96954b4a9 Quick #1485 fix. For now added @samgd 4-gram LM built from LibriSpeech train-* 2018-08-10 17:17:25 +02:00
George Fedoseev
d9997104b1 added progressbar 2018-08-10 12:14:34 +03:00
Reuben Morais
d59cdc3454 Bump to v0.2.0-alpha.9 2018-08-09 20:07:57 -03:00
kdavis-mozilla
5fb130012a Quick #1485 fix, for now added OpenSLR SLR11 3-gram 2018-08-09 23:47:12 +02:00
Reuben Morais
1aac5f47cd
Merge pull request #1484 from est31/master
Fix typo in DS_IntermediateDecode documentation
2018-08-09 15:20:41 -03:00
est31
f1f9e35e31 Fix typo 2018-08-09 13:26:02 +02:00
Reuben Morais
3091b30b05
Merge pull request #1463 from mozilla/streaming-inference
Streaming Inference
2018-08-09 07:26:41 -03:00
Reuben Morais
51cac1031b Address review comments 2018-08-03 14:46:05 -03:00
Reuben Morais
75091a8ef3 Switch prod model to a streaming based one 2018-08-02 23:46:13 -03:00
Reuben Morais
c579b74a1d Switch to updated head in TensorFlow r1.6 branch 2018-08-02 13:25:24 -03:00
Reuben Morais
8fecc33333 Architecture changes from training 2018-08-02 13:22:24 -03:00
Reuben Morais
385bc7a65f Remove word count bonus in favor of length normalization 2018-08-02 13:22:24 -03:00
Reuben Morais
ac41fe0006 Disable AOT tasks 2018-08-02 13:22:24 -03:00
Reuben Morais
cbb33c8563 Finalize training graph before starting training 2018-08-02 13:22:24 -03:00
Reuben Morais
8f810ee001 Add intermediateDecode method to the API 2018-08-02 13:22:24 -03:00
Reuben Morais
48778fcd0e Don't handle dropout rates as Python values 2018-08-02 13:22:24 -03:00
Reuben Morais
0b95ed6981 Switch to LSTMBlockFusedCell 2018-08-02 13:22:24 -03:00
Reuben Morais
9b8871cd94 Infer n_steps and n_context from model file 2018-08-02 13:22:24 -03:00
Reuben Morais
cc84bb658a Remove some deepspeech_utils references that crept up during rebase 2018-08-02 13:22:24 -03:00
Reuben Morais
ae9c62cae9 Convert native API to C instead of C++ 2018-08-02 13:22:24 -03:00
Reuben Morais
49490f5e68 Increase CI training epochs to guarantee overfitting 2018-08-02 13:22:24 -03:00
Reuben Morais
831ebf4081 Add evaluate.py script to create a WER report from a checkpoint using the inference graph 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
e438ed6f8c Update native_client/BUILD comment about binary sizes 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
lissyx
e00bfd0f41
Merge pull request #1479 from lissyx/remove-wer-automation
Remove deprecated automation code
2018-08-01 11:42:16 -07:00
Alexandre Lissy
2d3818b492 Remove deprecated automation code
Fixes #1478
2018-07-30 12:36:31 +02:00
lissyx
24ac47019f
Merge pull request #1476 from lissyx/cleanup_training
Remove deprecated tests
2018-07-26 23:17:22 -07:00
Alexandre Lissy
e809e4746a Remove deprecated tests
We are now only relying on upstream TensorFlow packages and aiming at
being compatible. Makes no sense to continue supporting those,
especially since they are disabled.
2018-07-26 12:02:59 +02:00
lissyx
c09e1b4558
Merge pull request #1473 from lissyx/feed_dict
Add test coverage for training from frozen model
2018-07-24 05:43:00 -07:00