зеркало из https://github.com/mozilla/DeepSpeech.git
Merge pull request #3314 from olafthiele/master-branch-errors
Trying to get fewer master branch training errors
This commit is contained in:
Коммит
dda2d22310
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Загрузка…
Ссылка в новой задаче