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 | ||
aligner.py | ||
gated_conv.py | ||
normalization.py | ||
pos_encoding.py | ||
res_conv_bn.py | ||
time_depth_sep_conv.py | ||
transformer.py | ||
wavenet.py |