Commit
·
92a40b0
1
Parent(s):
965bd51
Update README.md
Browse files
README.md
CHANGED
@@ -65,4 +65,6 @@ pip install -e .
|
|
65 |
```bash
|
66 |
cd recipes/LibriTTS/vocoder/hifigan/
|
67 |
python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination
|
68 |
-
```
|
|
|
|
|
|
65 |
```bash
|
66 |
cd recipes/LibriTTS/vocoder/hifigan/
|
67 |
python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination
|
68 |
+
```
|
69 |
+
|
70 |
+
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.
|