Update README.md
Browse files
README.md
CHANGED
@@ -98,10 +98,10 @@ pip install -e .
|
|
98 |
```
|
99 |
3. Run Training:
|
100 |
```bash
|
101 |
-
cd recipes/LJSpeech/TTS/
|
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/tacotron2/
|
102 |
+
python train.py --device=cuda:0 --max_grad_norm=1.0 --data_folder=/your_folder/LJSpeech-1.1 hparams/train.yaml
|
103 |
```
|
104 |
+
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1PKju-_Nal3DQqd-n0PsaHK-bVIOlbf26?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.
|