Merge pull request #3314 from olafthiele/master-branch-errors

Trying to get fewer master branch training errors
This commit is contained in:
lissyx 2020-09-09 15:08:36 +02:00 committed by GitHub
commit dda2d22310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -12,11 +12,13 @@ Prerequisites for training a model
Getting the training code 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 .. 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 Creating a virtual environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^