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 коммит произвёл GitHub
Родитель ce95be1354 a2e88a30de
Коммит dda2d22310
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^