Skip to content

Commit

Permalink
Merge pull request #3314 from olafthiele/master-branch-errors
Browse files Browse the repository at this point in the history
Trying to get fewer master branch training errors
  • Loading branch information
lissyx authored Sep 9, 2020
2 parents ce95be1 + a2e88a3 commit dda2d22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/TRAINING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Prerequisites for training a model
Getting the training code
^^^^^^^^^^^^^^^^^^^^^^^^^

Clone the DeepSpeech repository:
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
git clone https://github.com/mozilla/DeepSpeech
git clone --branch v0.8.2 https://github.com/mozilla/DeepSpeech
If you plan on committing code or you want to report bugs, please use the master branch.

Creating a virtual environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit dda2d22

Please sign in to comment.