Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ pip install -e .
|
|
61 |
3. Run Training:
|
62 |
```bash
|
63 |
cd recipes/LibriTTS/vocoder/hifigan/
|
64 |
-
python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination
|
65 |
```
|
66 |
|
67 |
To change the sample rate for model training go to the `"recipes/LibriTTS/vocoder/hifigan/hparams/train.yaml"` file and change the value for `sample_rate` as required.
|
|
|
61 |
3. Run Training:
|
62 |
```bash
|
63 |
cd recipes/LibriTTS/vocoder/hifigan/
|
64 |
+
python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination --sample_rate=16000
|
65 |
```
|
66 |
|
67 |
To change the sample rate for model training go to the `"recipes/LibriTTS/vocoder/hifigan/hparams/train.yaml"` file and change the value for `sample_rate` as required.
|