Commit Graph

23 Commits

Author SHA1 Message Date
Reuben Morais
904ab1e288 Centralize progress logging and progress bar logic 2019-04-16 11:06:26 -03:00
Reuben Morais
911a1ce4b1 Do separate test epochs if multiple input files are specified 2019-04-16 11:06:26 -03:00
Reuben Morais
13757a4258 Fix pylint warnings 2019-04-11 07:02:21 -03:00
Tilman Kamp
a0c0918e25 Lazy-create global_step 2019-04-09 15:08:09 +02:00
Tilman Kamp
42e5d78e9a Fix #2020 - Testing best-dev checkpoint 2019-04-09 15:08:09 +02:00
Reuben Morais
cc351cd607 Clean up progress bars for unknown size datasets 2019-04-08 18:04:08 -03:00
Reuben Morais
6ab91f37ec Don't calculate dataset size by hand, use tf.errors.OutOfRangeError 2019-04-08 16:18:15 -03:00
Reuben Morais
1cea2b0fe8 Rewrite input pipeline to use tf.data API 2019-04-02 18:31:32 -03:00
Alexandre Lissy
c0cd365544 Add TFLite accuracy estimation tool
Fixes #1852
2019-02-12 13:03:20 +01:00
Reuben Morais
f3613da82a Use tf.contrib.layers.dense_to_sparse instead of util/ctc.py 2019-02-04 09:19:48 -02:00
Reuben Morais
7a14bcc4de Clean up and split TensorFlow deps of text.py 2019-02-04 08:35:43 -02:00
Reuben Morais
dd6938f7af Fix handling of Alphabet around evaluate.py 2018-12-15 09:59:49 -02:00
Reuben Morais
0c6e695138 Don't overwrite loss tensor with loss value 2018-11-13 19:16:35 -02:00
Reuben Morais
0dcb1f87c5 Clean up evaluate.py 2018-11-11 18:04:00 -02:00
Reuben Morais
5cb1aff531 Rename config singleton from C to Config 2018-11-11 18:03:52 -02:00
Reuben Morais
a5bcecbe40 Address more review comments 2018-11-11 15:24:31 -02:00
Reuben Morais
c65c22fe31 Move globals handling out of util/coordinator.py 2018-11-09 21:08:03 -02:00
Reuben Morais
56dc024d29 Centralize WER report code into evaluate.py, call it from DeepSpeech.py 2018-11-09 00:26:50 -02:00
Reuben Morais
a9e1ffc0fc Use ctcdecode bindings in evaluate.py 2018-11-03 12:07:54 -03:00
Reuben Morais
e00c63c0a8 Fix evaluate.py to handle compact format in cached features 2018-10-11 15:58:37 -03:00
Reuben Morais
44e502e236 Feature caching 2018-09-14 11:14:36 -03:00
Reuben Morais
51cac1031b Address review comments 2018-08-03 14:46:05 -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