Commit Graph

1261 Commits

Author SHA1 Message Date
Alexandre Lissy
d6642da05b Fix typo exporting the wrong tensor for TFLite model 2018-11-07 16:52:57 +01:00
lissyx
1c71263790
Merge pull request #1697 from lissyx/add-benchmark_model-tasks
Add benchmark model tasks
2018-11-06 07:54:07 +01:00
Alexandre Lissy
d2438397ce Update TensorFlow r1.12 2018-11-05 23:24:06 +01:00
Alexandre Lissy
740e8584bd Add benchmark_model tests 2018-11-05 20:04:40 +01:00
lissyx
4a520e8b57
Merge pull request #1698 from j-a-h-i-r/master
Updated making mmap-able model part of README.md
2018-11-05 20:02:05 +01:00
Jahir Islam
5ce8f41398
Updated making mmap-able model part of README.md
In the making mmap-able model part of the REAMDE.md file, there is no mention of providing `convert_graphdef_memmapped_format` as the artifact name for `taskcluster.py` file. Without this argument `taskcluster.py` file tries to download the default `native_client.tar.xz` artifact and the code receives a 404 error.
2018-11-06 00:56:41 +06:00
lissyx
8b0abd5364
Merge pull request #1692 from lissyx/bump-v0.4.0-alpha.0
Bump VERSION to 0.4.0-alpha.0
2018-11-01 12:17:53 +01:00
Alexandre Lissy
8c310b7f45 Bump VERSION to 0.4.0-alpha.0
X-DeepSpeech: NOBUILD
2018-11-01 12:17:04 +01:00
lissyx
dc85977b6a
Merge pull request #1690 from lissyx/convert-toco
Convert toco
2018-11-01 10:54:01 +01:00
Alexandre Lissy
26f7bc30f0 Move to TensorFlow r1.12 2018-10-31 22:43:45 +01:00
Alexandre Lissy
92ded598fb Call toco during export 2018-10-31 22:38:52 +01:00
Alexandre Lissy
c67f66f864 Cleanup CONVERT_GRAPHDEF_MEMMAPPED 2018-10-31 14:33:50 +01:00
Alexandre Lissy
c78a3e57ae Cleanup SUMMARIZE_GRAPH_BINARY 2018-10-31 14:33:48 +01:00
lissyx
46767efa50
Merge pull request #1687 from lissyx/export-tflite
Training and directly exporting as TF Lite
2018-10-30 20:09:56 +01:00
Alexandre Lissy
5d30afdbad Training and directly exporting as TF Lite 2018-10-30 19:17:25 +01:00
Reuben Morais
c3860f63a3
Merge pull request #1679 from mozilla/ctcdecode
Use ctcdecode in native client (Fixes #1668)
2018-10-30 10:49:29 -03:00
lissyx
01291591f8
Merge pull request #1685 from lissyx/node-v11
Introduce NodeJS v11.x
2018-10-30 13:47:03 +01:00
Reuben Morais
23497fde41 Use unique_ptr for Scorer members 2018-10-30 09:21:30 -03:00
Alexandre Lissy
5536e5440e Introduce NodeJS v11.x 2018-10-30 12:39:16 +01:00
Reuben Morais
68258e356c Address review comments 2018-10-29 23:57:14 -03:00
Reuben Morais
fa6434b27d Revert "Make trie parameter optional, building it on demand if not passed"
This reverts commit b29d0abb1e.
2018-10-29 20:51:08 -03:00
lissyx
b06c98198a
Merge pull request #1683 from lissyx/cleanup
Cleanup
2018-10-26 22:07:48 +02:00
Alexandre Lissy
65deefe173 Update pyenv for newer CPython 2018-10-26 18:23:31 +02:00
Alexandre Lissy
6296b5cb54 Update Python and NodeJS to their latest versions 2018-10-26 18:23:31 +02:00
Alexandre Lissy
4869474456 Remove deprecated python deps 2018-10-26 18:23:31 +02:00
Alexandre Lissy
1540fa392e Remove old AOT model 2018-10-26 14:59:12 +02:00
Reuben Morais
db3a36c36b Remove leftover hack making Scorer members public 2018-10-25 22:29:23 -03:00
Reuben Morais
cf57453beb Fix signature of ctc_beam_search_decoder_batch 2018-10-25 22:28:48 -03:00
Reuben Morais
58b25da29b Fix libstdc++ versioning error on ARM 2018-10-25 17:38:22 -03:00
Reuben Morais
70ff71c4c5 Switch native tests to ctcdecode trie and prodmodel 2018-10-25 17:38:22 -03:00
Reuben Morais
200e61e5a8 Add libdl and pthread to linkopts 2018-10-25 17:01:13 -03:00
Reuben Morais
b29d0abb1e Make trie parameter optional, building it on demand if not passed 2018-10-25 17:01:11 -03:00
Reuben Morais
3cc9b3711d Use ctcdecode in native client 2018-10-25 17:01:08 -03:00
Reuben Morais
770d742cd5 Adjust ctcdecode to use our Alphabet code, support using trie files 2018-10-25 17:01:05 -03:00
Reuben Morais
e72f07962a Change Alphabet class to match ctcdecode needs 2018-10-25 17:01:03 -03:00
Reuben Morais
0002d0feed Integrate ctcdecode into build system 2018-10-25 17:00:58 -03:00
Reuben Morais
c34fc5b7ac Import parlance/ctcdecode into repository 2018-10-25 17:00:48 -03:00
lissyx
29e9dcd974
Merge pull request #1677 from lissyx/r1.11-brew
R1.11 brew
2018-10-25 15:46:55 +02:00
Alexandre Lissy
fc9b6e3c2c Export trained model before testing with checkpoint 2018-10-25 13:58:57 +02:00
Alexandre Lissy
ae5303e130 Update TensorFlow r1.11 2018-10-25 12:28:40 +02:00
Alexandre Lissy
4be9364c36 Force HOMEBREW_NO_AUTO_UPDATE=1 to avoid magic autoupdate of brew 2018-10-25 10:07:38 +02: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
lissyx
ef6b5bd470
Merge pull request #1667 from lissyx/bump-v0.3.0
Bump v0.3.0
2018-10-23 16:12:33 +02:00
Alexandre Lissy
46b327a3d9 Bump VERSION to v0.3.0 2018-10-23 13:00:11 +02:00
Reuben Morais
7ba814b22c
Merge pull request #1663 from faissaloo/patch-1
Add missing import of progressbar module to import_cv.py
2018-10-19 20:55:28 -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
9d52750595
Merge pull request #1651 from lissyx/stable-tc-workdir
Stable tc workdir
2018-10-16 17:14:40 +02:00
Alexandre Lissy
a6f9a60967 Update TensorFlow r1.11 2018-10-16 12:30:40 +02:00
Alexandre Lissy
32a75d1d9d Avoid task_TIMESTAMP use on macOS generic-worker 2018-10-15 21:16:52 +02:00