coqui-tts/TTS/tts/layers/generic
p0p4k 903a77c197
Update wavenet.py (#1796)
* 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"
2022-08-01 12:20:37 +02:00
..
__init__.py implement residual BN convolution and add it as an alternative encoder for glow-tts. also generic layers to layers/generic 2021-01-06 13:19:40 +01:00
aligner.py Add `AlignerNetwork` 2021-09-06 15:16:58 +00:00
gated_conv.py reformatting and styling 2021-04-12 11:47:39 +02:00
normalization.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
pos_encoding.py Update `PositionalEncoding` 2021-09-06 15:16:58 +00:00
res_conv_bn.py reformatting and styling 2021-04-12 11:47:39 +02:00
time_depth_sep_conv.py reformatting and styling 2021-04-12 11:47:39 +02:00
transformer.py Style update 2021-09-10 08:30:33 +00:00
wavenet.py Update wavenet.py (#1796) 2022-08-01 12:20:37 +02:00