Update README

This commit is contained in:
liuyibing01 2020-02-27 04:21:52 +00:00
parent 4d4159413d
commit c810588a35
2 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,4 @@
limitations under the License.
Part of code was copied or adpated from https://github.com/r9y9/deepvoice3_pytorch/
Copyright (c) 2017: Ryuichi Yamamoto, whose applies.

View File

@ -49,3 +49,7 @@ nltk.download("cmudict")
- [Train a TransformerTTS model with ljspeech dataset](./examples/transformer_tts)
- [Train a FastSpeech model with ljspeech dataset](./examples/fastspeech)
- [Train a WaveFlow model with ljspeech dataset](./examples/waveflow)
## Copyright and License
Parakeet is provided under the [Apache-2.0 license](LICENSE).