Skip to content

Commit afcf7db

Browse files
authored
Merge pull request #1865 from mozilla/issue1864
Fixed #1864
2 parents 4356704 + e2e0902 commit afcf7db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ See the output of `deepspeech -h` for more information on the use of `deepspeech
5050
- [Exporting a model for TFLite](#exporting-a-model-for-tflite)
5151
- [Distributed computing across more than one machine](#distributed-training-across-more-than-one-machine)
5252
- [Continuing training from a release model](#continuing-training-from-a-release-model)
53-
- [Code documentation](#code-documentation)
5453
- [Contact/Getting Help](#contactgetting-help)
5554

5655
## Prerequisites
@@ -384,10 +383,6 @@ python3 DeepSpeech.py --n_hidden 2048 --checkpoint_dir path/to/checkpoint/folder
384383

385384
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.
386385

387-
## Code documentation
388-
389-
Documentation (incomplete) for the code can be found here: http://deepspeech.readthedocs.io/en/latest/
390-
391386
## Contact/Getting Help
392387

393388
There are several ways to contact us or to get help:

0 commit comments

Comments
 (0)