Fixed #1864
This commit is contained in:
parent
4356704a76
commit
e2e0902f9e
@ -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)
|
- [Exporting a model for TFLite](#exporting-a-model-for-tflite)
|
||||||
- [Distributed computing across more than one machine](#distributed-training-across-more-than-one-machine)
|
- [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)
|
- [Continuing training from a release model](#continuing-training-from-a-release-model)
|
||||||
- [Code documentation](#code-documentation)
|
|
||||||
- [Contact/Getting Help](#contactgetting-help)
|
- [Contact/Getting Help](#contactgetting-help)
|
||||||
|
|
||||||
## Prerequisites
|
## 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.
|
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
|
## Contact/Getting Help
|
||||||
|
|
||||||
There are several ways to contact us or to get help:
|
There are several ways to contact us or to get help:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user