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" |
||
---|---|---|
.. | ||
__init__.py | ||
decoder.py | ||
duration_predictor.py | ||
encoder.py | ||
glow.py | ||
transformer.py |