Update README.md
Browse files
README.md
CHANGED
@@ -98,10 +98,10 @@ pip install -e .
|
|
98 |
```
|
99 |
3. Run Training:
|
100 |
```bash
|
101 |
-
cd
|
102 |
-
python train.py
|
103 |
```
|
104 |
-
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/
|
105 |
|
106 |
### Limitations
|
107 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
|
|
98 |
```
|
99 |
3. Run Training:
|
100 |
```bash
|
101 |
+
cd recipes/LJSpeech/TTS/vocoder/hifi_gan
|
102 |
+
python train.py hparams/train.yaml --data_folder /path/to/LJspeech
|
103 |
```
|
104 |
+
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/19sLwV7nAsnUuLkoTu5vafURA9Fo2WZgG?usp=sharing).
|
105 |
|
106 |
### Limitations
|
107 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|