Update training_a_model.md (#1620)

edited `...servers our needs.` to `...serves your needs.`
This commit is contained in:
klotlabs 2022-06-09 00:40:05 +03:00 committed by GitHub
parent f09ea11c71
commit c44e39d9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
1. Decide the model you want to use.
Each model has a different set of pros and cons that define the run-time efficiency and the voice quality. It is up to you to decide what model servers your needs. Other than referring to the papers, one easy way is to test the 🐸TTS
Each model has a different set of pros and cons that define the run-time efficiency and the voice quality. It is up to you to decide what model serves your needs. Other than referring to the papers, one easy way is to test the 🐸TTS
community models and see how fast and good each of the models. Or you can start a discussion on our communication channels.
2. Understand the configuration, its fields and values.
@ -143,4 +143,4 @@ d-vectors. For using d-vectors, you first need to compute the d-vectors using th
The same Glow-TTS model above can be trained on a multi-speaker VCTK dataset with the script below.
```{literalinclude} ../../recipes/vctk/glow_tts/train_glow_tts.py
```
```