Merge pull request #1865 from mozilla/issue1864

Fixed #1864
This commit is contained in:
Reuben Morais 2019-02-05 14:34:29 -02:00 committed by GitHub
commit afcf7dbf54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,6 @@ See the output of `deepspeech -h` for more information on the use of `deepspeech
- [Exporting a model for TFLite](#exporting-a-model-for-tflite)
- [Distributed computing across more than one machine](#distributed-training-across-more-than-one-machine)
- [Continuing training from a release model](#continuing-training-from-a-release-model)
- [Code documentation](#code-documentation)
- [Contact/Getting Help](#contactgetting-help)
## Prerequisites
@ -384,10 +383,6 @@ python3 DeepSpeech.py --n_hidden 2048 --checkpoint_dir path/to/checkpoint/folder
Note: the released models were trained with `--n_hidden 2048`, so you need to use that same value when initializing from the release models. Note as well the use of a negative epoch count -3 (meaning 3 more epochs) since the checkpoint you're loading from was already trained for several epochs.
## Code documentation
Documentation (incomplete) for the code can be found here: http://deepspeech.readthedocs.io/en/latest/
## Contact/Getting Help
There are several ways to contact us or to get help: