NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 372 forks source link

Typos in docs #464

Closed vadimkantorov closed 5 years ago

vadimkantorov commented 5 years ago

These should read use_horovod instead of older use_Horovod:

./docs/sources/source/language-model.rst:For example, your config file is ``lstm-wkt103-mixed.py``. To train without Horovod, update ``use_Horovod`` to False in the config file and run::
./docs/sources/source/sentiment-analysis.rst:For example, your config file is ``lstm-wkt103-mixed.py``. To train without Horovod, update ``use_Horovod`` to False in the config file and run::
./docs/sources/source/speech-recognition.rst:      python run.py --mode=infer --config="MODEL_CONFIG" --logdir="MODEL_CHECKPOINT_DIR" --num_gpus=1 --use_Horovod=False --decoder_params/use_language_model=False --infer_output_file=model_output.pickle
vsl9 commented 5 years ago

Thanks for helping us to make the documentation better!