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