mirror of https://github.com/coqui-ai/TTS.git
* Update wavenet.py Current version does not use "in_channels" argument. In glowTTS, we use normalizing flows and so "input dim" == "ouput dim" (channels and length). So, the existing code just uses hidden_channel sized tensor as input to first layer as well as outputs hidden_channel sized tensor. However, since it is a generic implementation, I believe it is better to update it for a more general use. * "in_channels -> hidden_channels" |
||
---|---|---|
.. | ||
bin | ||
config | ||
encoder | ||
server | ||
tts | ||
utils | ||
vocoder | ||
.models.json | ||
VERSION | ||
__init__.py | ||
model.py |