文件名称:Python-谷歌Tacotron语音合成的一个TensorFlow实现包含预先训练的模型
文件大小:34KB
文件格式:ZIP
更新时间:2022-08-30 20:07:43
Python开发-机器学习
谷歌Tacotron语音合成的一个TensorFlow实现包含预先训练的模型
【文件预览】:
keithito-tacotron-522826d
----.gitignore(45B)
----text()
--------__init__.py(2KB)
--------symbols.py(630B)
--------cleaners.py(2KB)
--------numbers.py(2KB)
--------cmudict.py(2KB)
----TRAINING_DATA.md(3KB)
----requirements.txt(300B)
----datasets()
--------__init__.py(0B)
--------ljspeech.py(3KB)
--------blizzard.py(3KB)
--------datafeeder.py(6KB)
----eval.py(2KB)
----models()
--------rnn_wrappers.py(2KB)
--------__init__.py(174B)
--------tacotron.py(7KB)
--------modules.py(3KB)
--------helpers.py(2KB)
----LICENSE(1KB)
----hparams.py(1KB)
----util()
--------plot.py(463B)
--------__init__.py(444B)
--------audio.py(4KB)
--------infolog.py(1KB)
----demo_server.py(3KB)
----README.md(5KB)
----tests()
--------__init__.py(0B)
--------text_test.py(2KB)
--------numbers_test.py(2KB)
--------cmudict_test.py(1KB)
----preprocess.py(2KB)
----synthesizer.py(1KB)
----train.py(6KB)