Update README
This commit is contained in:
parent
4d4159413d
commit
c810588a35
2
LICENSE
2
LICENSE
|
@ -13,6 +13,4 @@
|
||||||
limitations under the License.
|
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.
|
|
||||||
|
|
||||||
|
|
|
@ -49,3 +49,7 @@ nltk.download("cmudict")
|
||||||
- [Train a TransformerTTS model with ljspeech dataset](./examples/transformer_tts)
|
- [Train a TransformerTTS model with ljspeech dataset](./examples/transformer_tts)
|
||||||
- [Train a FastSpeech model with ljspeech dataset](./examples/fastspeech)
|
- [Train a FastSpeech model with ljspeech dataset](./examples/fastspeech)
|
||||||
- [Train a WaveFlow model with ljspeech dataset](./examples/waveflow)
|
- [Train a WaveFlow model with ljspeech dataset](./examples/waveflow)
|
||||||
|
|
||||||
|
## Copyright and License
|
||||||
|
|
||||||
|
Parakeet is provided under the [Apache-2.0 license](LICENSE).
|
||||||
|
|
Loading…
Reference in New Issue