Update README.md
Browse files
README.md
CHANGED
@@ -87,4 +87,5 @@ cd recipes/LibriTTS/vocoder/hifigan/
|
|
87 |
python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination --sample_rate=22050
|
88 |
```
|
89 |
|
90 |
-
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.
|
|
|
|
87 |
python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination --sample_rate=22050
|
88 |
```
|
89 |
|
90 |
+
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.
|
91 |
+
The training logs and checkpoints are available [here](https://drive.google.com/drive/folders/1cImFzEonNYhetS9tmH9R_d0EFXXN0zpn?usp=sharing).
|