From 36a2f3b38d7527e3603e96692f449b773a5b6fff Mon Sep 17 00:00:00 2001 From: Karan Sagar Date: Thu, 16 Jul 2020 12:38:59 -0400 Subject: [PATCH] Update TRAINING.rst Update wording on relative / absolute paths. --- doc/TRAINING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TRAINING.rst b/doc/TRAINING.rst index 4cdf41e5..764088b5 100644 --- a/doc/TRAINING.rst +++ b/doc/TRAINING.rst @@ -124,7 +124,7 @@ It will also add the following ``.csv`` files: * ``clips/dev.csv`` * ``clips/test.csv`` -All entries in these CSV files refer to their samples by relative paths. +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``.