More compact version

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

View File

@ -12,17 +12,13 @@ Prerequisites for training a model
Getting the training code Getting the training code
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^
Clone the master branch from Github: Clone the latest released stable branch from Github (e.g. 0.8.2, check `here <https://github.com/mozilla/DeepSpeech/releases>`_ for current version) to start with as the master branch is under active development and might produce errors:
.. code-block:: bash .. code-block:: bash
git clone https://github.com/mozilla/DeepSpeech git clone --branch v0.8.2 https://github.com/mozilla/DeepSpeech
Switch to latest release (e.g. 0.8.2) as master is under development: If you plan on committing code or you want to report bugs, please use the master branch.
.. code-block:: bash
git checkout tags/v0.8.2
Creating a virtual environment Creating a virtual environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^