Update TRAINING.rst

This commit is contained in:
Olaf Thiele 2020-09-08 14:54:08 +02:00 committed by GitHub
parent 11be0a57d4
commit 39a963af90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -12,11 +12,17 @@ Prerequisites for training a model
Getting the training code Getting the training code
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^
Clone the DeepSpeech repository: Clone the master branch from Github:
.. code-block:: bash .. code-block:: bash
git clone https://github.com/mozilla/DeepSpeech git clone https://github.com/mozilla/DeepSpeech
Switch to latest release (e.g. 0.8.2) as master is under development:
.. code-block:: bash
git checkout tags/v0.8.2
Creating a virtual environment Creating a virtual environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^