Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ Steps:
|
|
| 44 |
- Add noise to the audio using **add_noise.py**.
|
| 45 |
- Change the speaking speed using **speed_permutation.py**.
|
| 46 |
- Extract audio length and BPE tokens using **prepare_dataset.py**.
|
| 47 |
-
- Filter audio by the maximum length specified, and save the list of audio files used for training in a .txt file, for example: data/train_wav_names.txt.
|
| 48 |
- Train the model using **train.py** (please read the parameters carefully).
|
| 49 |
- Prepare a **lm_corpus.txt** to train **n gram bpe language model**, using **train_lm.py**
|
| 50 |
|
|
|
|
| 44 |
- Add noise to the audio using **add_noise.py**.
|
| 45 |
- Change the speaking speed using **speed_permutation.py**.
|
| 46 |
- Extract audio length and BPE tokens using **prepare_dataset.py**.
|
| 47 |
+
- Filter audio by the maximum length specified, using **filter_max_length.py**, and save the list of audio files used for training in a .txt file, for example: data/train_wav_names.txt.
|
| 48 |
- Train the model using **train.py** (please read the parameters carefully).
|
| 49 |
- Prepare a **lm_corpus.txt** to train **n gram bpe language model**, using **train_lm.py**
|
| 50 |
|