Merge pull request #3149 from karansag/patch-1

Update TRAINING.rst
This commit is contained in:
lissyx 2020-07-17 10:20:21 +02:00 committed by GitHub
commit e1626c667e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ It will also add the following ``.csv`` files:
* ``clips/dev.csv`` * ``clips/dev.csv``
* ``clips/test.csv`` * ``clips/test.csv``
All entries in these CSV files refer to their samples by absolute paths. So moving this sub-directory would require another import or tweaking the CSV files accordingly. Entries in CSV files can refer to samples by their absolute or relative paths. Here, the importer produces relative paths.
To use Common Voice data during training, validation and testing, you pass (comma separated combinations of) their filenames into ``--train_files``\ , ``--dev_files``\ , ``--test_files`` parameters of ``DeepSpeech.py``. To use Common Voice data during training, validation and testing, you pass (comma separated combinations of) their filenames into ``--train_files``\ , ``--dev_files``\ , ``--test_files`` parameters of ``DeepSpeech.py``.