Граф коммитов

152 Коммитов

Автор SHA1 Сообщение Дата
alchemi5t 5c3e8f5e79 Added reference about generate_trie for clarity 2019-07-18 16:59:40 +05:30
Reuben Morais 93e9ac19c5 Bump references to TF 1.13.1 to TF 1.14.0 2019-07-08 18:56:59 +02:00
Alexandre Lissy 1acfadfc98 Document TF_FORCE_GPU_ALLOW_GROWTH
Fixes #2211
2019-06-27 16:51:19 +02:00
Reuben Morais a2306cf822
Merge pull request #2146 from mozilla/refactor-model-impls
Refactor TF and TFLite implementations into their own classes/files and fix concurrent/interleaved stream bugs by tracking LSTM state in StreamingState
2019-06-20 17:03:33 -03:00
Reuben Morais 4b29b78832 Bump version to 0.5.1 2019-06-20 14:25:14 -03:00
Reuben Morais 4b305d2f5e Remove --use_seq_length flag 2019-06-18 19:38:59 -03:00
Reuben Morais a7e1d819ad Bump version to 0.5.0
X-DeepSpeech: NOBUILD
2019-06-11 12:12:40 -03:00
lissyx f81d9ddb76
Bring back CUDA and CuDNN versions. 2019-05-05 15:31:41 +02:00
Reuben Morais cb0e9763be
Fix pre-commit hook docs on README.md
X-DeepSpeech: NOBUILD
2019-04-29 12:59:28 +00:00
Reuben Morais 68c17611c6
Merge pull request #2040 from mozilla/pylint-hook
Add linter config for Python and CI integration on PRs
2019-04-12 15:51:33 +00:00
Reuben Morais f27ed522af Git pre-commit hook instructions 2019-04-12 11:06:14 -03:00
Josh Meyer 6fcad513e8
Native Client README split (#2002)
Re-factioning the `native_client` README. 

This PR removes redundancies between the master README and the `native_client` README, keeping only instructions for building in the `native_client` README. 

All installation instructions for built binaries / language bindings remain in the master README.
2019-04-11 20:27:59 +02:00
Reuben Morais 91421a3466 Mention linting in README 2019-04-11 07:02:24 -03:00
Reuben Morais ed7f6bf4ce
Update CUDA dependency section for TF 1.13
X-DeepSpeech: NOBUILD
2019-04-09 13:56:52 +00:00
Reuben Morais 97c36291af Rename epoch flag to epochs 2019-04-05 09:30:50 -03:00
Reuben Morais 2f3f095048 Ignore epochs in checkpoints, always start epoch count from zero 2019-04-05 00:21:04 -03:00
Reuben Morais 57450893ea
Merge pull request #1919 from mozilla/tfdatatest
Implement input pipeline with tf.data API
2019-04-05 00:13:48 -03:00
Reuben Morais ed15caf3c5 Check if train/dev/test files were passed in instead of having explicit flags 2019-04-04 22:41:38 -03:00
Tilman Kamp c1e75eaa8d Pack to data set 2019-04-03 10:57:36 +02:00
Reuben Morais a7cda8e761 Add version info to exported graphs 2019-04-02 21:06:03 -03:00
Reuben Morais 1cea2b0fe8 Rewrite input pipeline to use tf.data API 2019-04-02 18:31:32 -03:00
Tilman Kamp 94c088be87 Updated README, some code beautification 2019-04-02 19:41:33 +02:00
Josh Meyer 7d7a7f7be5
Merge pull request #1965 from mozilla/import_cv2
import_cv2
2019-04-02 08:49:13 -07:00
Josh Meyer 12d31c11bd
import_cv2 information correction
as per Kelly's review -- `import_cv2.py` does not download data, and assumes different args
2019-04-01 19:16:53 +02:00
Tilman Kamp a179a2389f Fix #1986 - Remove distributed training support 2019-04-01 18:43:22 +02:00
Reuben Morais eadc9ecb9e
Merge pull request #1957 from mozilla/update-1.13
Update to TensorFlow v1.13
2019-03-19 23:06:03 +00:00
josh 69569aab0b import_cv2 2019-03-19 19:00:16 +01:00
Josh Meyer 3a157319e4
Merge branch 'master' into josh-readme 2019-03-19 23:51:11 +06:00
Josh Meyer 19d9210051
reuben's comments 2019-03-19 18:46:07 +01:00
Reuben Morais 91fa181b74 Update to TensorFlow 1.13 2019-03-19 08:01:47 -03:00
lissyx dca8c40ae9
Merge pull request #1900 from dsteinman/nodejs-example
add simple nodejs example
2019-03-04 12:03:19 +01:00
Dan Steinman 7c3d56b8c0 Add a Nodejs wav file example 2019-03-03 18:58:27 -05:00
Josh Meyer 76a898e7ec
word order 2019-02-26 02:01:30 +01:00
josh 49281f1fe8 readme 2019-02-26 01:53:04 +01:00
Carlos Fonseca M f9f9e4643d Add Windows build doc 2019-02-23 00:01:50 -06:00
kdavis-mozilla e2e0902f9e Fixed #1864 2019-02-05 17:24:48 +01:00
kdavis-mozilla 0ed7741e12 Removed link to ReadTheDocs docs as they were not well maintained. 2019-02-05 11:50:45 +01:00
Kristian Kankainen f1629788fe
Update README.md
clarified the sentence stating the need for much hard drive space
2019-01-25 14:52:21 +02:00
Alexandre Lissy 3dc3651384 Bump VERSION to 0.4.1 2019-01-10 14:41:00 +01:00
Reuben Morais ff2db35aea Bump version to 0.4.0 2019-01-03 12:21:16 -02:00
Alexandre Lissy 924c144927 Improve first user experience for CUDA deps
Fixes #1798

X-DeepSpeech: NOBUILD
2018-12-19 13:32:40 +01:00
Alexandre Lissy 1b6ca78c39 Use final version of TensorFlow r1.12 2018-12-14 18:18:15 +01:00
nullbyte91 9b0ec51c5d #1762: Update README.md To get a command line options, Should be --helpfull not --help 2018-12-04 19:00:56 +05:30
Reuben Morais 38b54479a9 Add documentation and remove unneeded build of decoder packages 2018-11-09 18:36:21 -02: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
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
Reuben Morais 46d1cece4f Remove initialize_from_frozen_model flag and support code 2018-10-23 15:08:38 -03:00
kdavis-mozilla 111262a3ec Fixed #1649 (Update README's for 0.3.0) 2018-10-15 16:52:21 +02:00
Alexandre Lissy 6d0ef57946 Switch to stable TensorFlow r1.11 2018-09-28 07:25:49 +02:00